#DCB787

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

Shades of Burly Wood #DCB787

Tints of Burly Wood #DCB787

Color information

#DCB787 (or 0xDCB787) is unknown color: approx Burly Wood. HEX triplet: DC, B7 and 87. RGB value is (220,183,135). Sum of RGB (Red+Green+Blue) = 220+183+135=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 183 (71.88% from 255 or 34.01% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB787 is #234878. Grayscale: #BCBCBC. Windows color (decimal): -2312313 or 8894428. OLE color: 8894428.

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

Color convert

RGB220183135-
CMYK00.170.390.14
HSL33.88º54.84%69.61%-
HSV(B)33.88º38.64%86.27%-
XYZ50.8250.8330.05-
YUV188.5997.76150.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 183 (71.88% from 255) = 34.01%
BLUE value IS 135 (53.12% from 255) = 25.09%
R=40.89%
G=34.01%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018313500.170.390.1433.8854.8469.61
HexDCB78701127E223746
Octal33426720702147164267106
Binary11011100101101111000011101000110011111101000101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB787; }

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

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

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

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

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

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

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

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