COLOR #D2B568

HEX: #D2B568 RGB: (210,181,104)

Color info

#D2B568 contains mainly red and green colors. Web safe color of #D2B568 is #CCCC66 (or #CC6).

RGB color model

#D2B568 color RGB value is (210,181,104).

RGB: (210,181,104) (82%, 71%, 41%)

RGB channels and saturation

R 210 of 255 = 82%
G 181 of 255 = 71%
B 104 of 255 = 41%

210
181
104

R + G + B ~ 65%. #D2B568 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 181 + 104 = 495 (100%)
R 210 of 495 ~ 42.42%
G 181 of 495 ~ 36.57%
B 104 of 495 ~ 21.01'%

%42.42
%36.57
%21.01

CMYK color model

#D2B568 color CMYK value is (0,14,50,18).

  • cyan value is 0.00%
  • magenta value is 13.81%
  • yellow value is 50.48%
  • key color value is 17.65%

CMYK: (0,14,50,18)
C0M14Y50K18 (0%, 14%, 50%, 18%)
(0.00 / 0.14 / 0.50 / 0.18)

CMYK percentages

%0
%13.81
%50.48
%17.65

Codes

Color #D2B568 in popluar color models

D2 B5 68
RGB 210 181 104
HSL 44° 54.08% 61.57%
HSB/HSV 44° 50.48% 82.35%
CMYK 0.00% 13.81% 50.48%
17.65%

Color #D2B568 in popluar number systems.

HEX D2 B5 68
Decimal 210 181 104
Binary 11010010 10110101 1101000
Octal 322 265 150

Shades and tints

Shades of #D2B568

#D2B568
(210,181,104)
#BFA55F
(191,165,95)
#AC9556
(172,149,86)
#99854D
(153,133,77)
#867544
(134,117,68)
#73653B
(115,101,59)
#605532
(96,85,50)
#4D4529
(77,69,41)
#3A3520
(58,53,32)
#272517
(39,37,23)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #D2B568

#D2B568
(210,181,104)
#D6BB75
(214,187,117)
#DAC182
(218,193,130)
#DEC78F
(222,199,143)
#E2CD9C
(226,205,156)
#E6D3A9
(230,211,169)
#EAD9B6
(234,217,182)
#EEDFC3
(238,223,195)
#F2E5D0
(242,229,208)
#F6EBDD
(246,235,221)
#FAF1EA
(250,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2B568 color. Also use rgb(210,181,104) instead hex code.

Text Font Color

.myTextColor { color: #D2B568; }

<p style="color:#D2B568">This sample text font color is #D2B568.</p>

This text font color is #D2B568.

Background Color

.myBgColor { background-color: #D2B568; }

<div style="background-color:#D2B568">Inner text</div>

This div background color is #D2B568.

Border color

.myBorderColor { border: 1px solid #D2B568; }

<div style="border:3px solid #D2B568">Div</div>

This div border color is #D2B568.

Opacity

.myOpacity80 { color: #D2B568; opacity: 0.8; }

<p style="color:#D2B568;opacity:0.8;">80%</p>

Text with #D2B568 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D2B568;}

<p style="text-shadow: 3px 3px 1px #D2B568">Text here.</p>

This text has shadow with #D2B568 color.


.textShadow {text-shadow: 3px 3px 1px #D2B568', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D2B568, 5px 5px 20px red">Text here.</p>

This text has shadow with #D2B568 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D2B568, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D2B568, Direction=45, Strength=4)">Text</p>

This text has shadow with #D2B568 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D2B568;
-webkit-box-shadow: 1px 1px 3px 2px #D2B568;
box-shadow: 1px 1px 3px 2px #D2B568;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D2B568; -webkit-box-shadow: 1px 1px 3px 2px #D2B568; box-shadow:1px 1px 3px 2px #D2B568;">
Div content here
</div>

This div box has shadow with color #D2B568.

Preview

Color preview on black background

This text has color #D2B568 on black background.


Color preview on white background

This text has color #D2B568 on white background.


Black color preview on #D2B568 background

This text has black color on #D2B568 background.


White color preview on #D2B568 background

This text has white color on #D2B568 background.


Related colors

Complementary color

Complementary color for #hex is #2D4A97.


I love getcolorcode.com

Triadic colors

1 #68D2B5 and #B568D2 with #D2B568 are triadic colors.

2 #68B5D2 and #B5D268 with #D2B568 are triadic colors.