#D8B785

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

Shades of Burly Wood #D8B785

Tints of Burly Wood #D8B785

Color information

#D8B785 (or 0xD8B785) is unknown color: approx Burly Wood. HEX triplet: D8, B7 and 85. RGB value is (216,183,133). Sum of RGB (Red+Green+Blue) = 216+183+133=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B785 is #27487A. Grayscale: #BBBBBB. Windows color (decimal): -2574459 or 8763352. OLE color: 8763352.

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

Color convert

RGB216183133-
CMYK00.150.380.15
HSL36.14º51.55%68.43%-
HSV(B)36.14º38.43%84.71%-
XYZ49.4950.1629.26-
YUV187.1797.43148.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 183 (71.88% from 255) = 34.40%
BLUE value IS 133 (52.34% from 255) = 25%
R=40.60%
G=34.40%
B=25%

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
Decimal21618313300.150.380.1536.1451.5568.43
HexD8B7850F26F243444
Octal33026720501746174464104
Binary1101100010110111100001010111110011011111001001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B785; }

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

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

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

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

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

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

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

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