#D7B886

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

Shades of Burly Wood #D7B886

Tints of Burly Wood #D7B886

Color information

#D7B886 (or 0xD7B886) is unknown color: approx Burly Wood. HEX triplet: D7, B8 and 86. RGB value is (215,184,134). Sum of RGB (Red+Green+Blue) = 215+184+134=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B886 is #284779. Grayscale: #BBBBBB. Windows color (decimal): -2639738 or 8829143. OLE color: 8829143.

HSL color Cylindrical-coordinate representation of color #D7B886: hue angle of 37.04º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7B886 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215184134-
CMYK00.140.380.16
HSL37.04º50.31%68.43%-
HSV(B)37.04º37.67%84.31%-
XYZ49.4750.4529.68-
YUV187.5797.77147.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=40.34%
G=34.52%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518413400.140.380.1637.0450.3168.43
HexD7B8860E2610253244
Octal32727020601646204562104
Binary11010111101110001000011001110100110100001001011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7B886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7B886; }

 p { color: rgb(215,184,134); }

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

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

 a { background-color: rgb(215,184,134); }

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

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

 span { border-color: rgb(215,184,134); }

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