#D8B787

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

Shades of Burly Wood #D8B787

Tints of Burly Wood #D8B787

Color information

#D8B787 (or 0xD8B787) is unknown color: approx Burly Wood. HEX triplet: D8, B7 and 87. RGB value is (216,183,135). Sum of RGB (Red+Green+Blue) = 216+183+135=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B787 is #274878. Grayscale: #BBBBBB. Windows color (decimal): -2574457 or 8894424. OLE color: 8894424.

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

Color convert

RGB216183135-
CMYK00.150.380.15
HSL35.56º50.94%68.82%-
HSV(B)35.56º37.5%84.71%-
XYZ49.6350.2230-
YUV187.498.43148.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 135 (53.12% from 255) = 25.28%
R=40.45%
G=34.27%
B=25.28%

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
Decimal21618313500.150.380.1535.5650.9468.82
HexD8B7870F26F243345
Octal33026720701746174463105
Binary1101100010110111100001110111110011011111001001100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B787; }

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

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

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

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

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

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

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

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