#D9B686

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

Shades of Burly Wood #D9B686

Tints of Burly Wood #D9B686

Color information

#D9B686 (or 0xD9B686) is unknown color: approx Burly Wood. HEX triplet: D9, B6 and 86. RGB value is (217,182,134). Sum of RGB (Red+Green+Blue) = 217+182+134=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B686 is #264979. Grayscale: #BBBBBB. Windows color (decimal): -2509178 or 8828633. OLE color: 8828633.

HSL color Cylindrical-coordinate representation of color #D9B686: hue angle of 34.7º 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 #D9B686 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB217182134-
CMYK00.160.380.15
HSL34.7º52.2%68.82%-
HSV(B)34.7º38.25%85.1%-
XYZ49.6549.9329.57-
YUV186.9998.1149.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 182 (71.48% from 255) = 34.15%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=40.71%
G=34.15%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718213400.160.380.1534.752.268.82
HexD9B68601026F233445
Octal33126620602046174364105
Binary11011001101101101000011001000010011011111000111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B686; }

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

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

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

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

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

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

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

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