#D9B886

Color #D9B886 Burly Wood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burly Wood #D9B886

Tints of Burly Wood #D9B886

Color information

#D9B886 (or 0xD9B886) is unknown color: approx Burly Wood. HEX triplet: D9, B8 and 86. RGB value is (217,184,134). Sum of RGB (Red+Green+Blue) = 217+184+134=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B886 is #264779. Grayscale: #BCBCBC. Windows color (decimal): -2508666 or 8829145. OLE color: 8829145.

HSL color Cylindrical-coordinate representation of color #D9B886: hue angle of 36.14º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D9B886 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217184134-
CMYK00.150.380.15
HSL36.14º52.2%68.82%-
HSV(B)36.14º38.25%85.1%-
XYZ50.0650.7529.71-
YUV188.1797.43148.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 184 (72.27% from 255) = 34.39%
BLUE value IS 134 (52.73% from 255) = 25.05%
R=40.56%
G=34.39%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718413400.150.380.1536.1452.268.82
HexD9B8860F26F243445
Octal33127020601746174464105
Binary1101100110111000100001100111110011011111001001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B886; }

 p { color: rgb(217,184,134); }

 H1.HeaderClassName
 {
   color: #D9B886;
 }
 .AnyTagClassName
 {
   color: #D9B886;
 }
</style>
background-color css

<style>
 a { background-color: #D9B886; }

 a { background-color: rgb(217,184,134); }

 div.DivClassName
 {
   background-color: #D9B886;
 }
 .BgClassName
 {
   background-color: #D9B886;
 }
</style>
border-color css

<style>
 span { border-color: #D9B886; }

 span { border-color: rgb(217,184,134); }

 td.TdClassName
 {
   border-color: #D9B886;
 }
 .TagClassName
 {
   border-color: #D9B886;
 }
</style>