#DCBB87

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

Shades of Burly Wood #DCBB87

Tints of Burly Wood #DCBB87

Color information

#DCBB87 (or 0xDCBB87) is unknown color: approx Burly Wood. HEX triplet: DC, BB and 87. RGB value is (220,187,135). Sum of RGB (Red+Green+Blue) = 220+187+135=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 135 (53.12% from 255 or 24.91% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB87 is #234478. Grayscale: #BFBFBF. Windows color (decimal): -2311289 or 8895452. OLE color: 8895452.

HSL color Cylindrical-coordinate representation of color #DCBB87: hue angle of 36.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCBB87 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220187135-
CMYK00.150.390.14
HSL36.71º54.84%69.61%-
HSV(B)36.71º38.64%86.27%-
XYZ51.6652.5130.33-
YUV190.9496.43148.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 135 (53.12% from 255) = 24.91%
R=40.59%
G=34.50%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018713500.150.390.1436.7154.8469.61
HexDCBB870F27E253746
Octal33427320701747164567106
Binary1101110010111011100001110111110011111101001011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBB87; }

 p { color: rgb(220,187,135); }

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

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

 a { background-color: rgb(220,187,135); }

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

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

 span { border-color: rgb(220,187,135); }

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