#D9B985

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

Shades of Burly Wood #D9B985

Tints of Burly Wood #D9B985

Color information

#D9B985 (or 0xD9B985) is unknown color: approx Burly Wood. HEX triplet: D9, B9 and 85. RGB value is (217,185,133). Sum of RGB (Red+Green+Blue) = 217+185+133=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B985 is #26467A. Grayscale: #BCBCBC. Windows color (decimal): -2508411 or 8763865. OLE color: 8763865.

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

Color convert

RGB217185133-
CMYK00.150.390.15
HSL37.14º52.5%68.63%-
HSV(B)37.14º38.71%85.1%-
XYZ50.251.1429.42-
YUV188.6496.6148.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=40.56%
G=34.58%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718513300.150.390.1537.1452.568.63
HexD9B9850F27F253545
Octal33127120501747174565105
Binary1101100110111001100001010111110011111111001011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B985; }

 p { color: rgb(217,185,133); }

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

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

 a { background-color: rgb(217,185,133); }

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

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

 span { border-color: rgb(217,185,133); }

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