#D9B785

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

Shades of Burly Wood #D9B785

Tints of Burly Wood #D9B785

Color information

#D9B785 (or 0xD9B785) is unknown color: approx Burly Wood. HEX triplet: D9, B7 and 85. RGB value is (217,183,133). Sum of RGB (Red+Green+Blue) = 217+183+133=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B785 is #26487A. Grayscale: #BBBBBB. Windows color (decimal): -2508923 or 8763353. OLE color: 8763353.

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

Color convert

RGB217183133-
CMYK00.160.390.15
HSL35.71º52.5%68.63%-
HSV(B)35.71º38.71%85.1%-
XYZ49.7850.3129.28-
YUV187.4797.26149.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.71%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=40.71%
G=34.33%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718313300.160.390.1535.7152.568.63
HexD9B78501027F243545
Octal33126720502047174465105
Binary11011001101101111000010101000010011111111001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B785; }

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

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

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

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

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

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

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

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