#DCB987

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

Shades of Burly Wood #DCB987

Tints of Burly Wood #DCB987

Color information

#DCB987 (or 0xDCB987) is unknown color: approx Burly Wood. HEX triplet: DC, B9 and 87. RGB value is (220,185,135). Sum of RGB (Red+Green+Blue) = 220+185+135=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 135 (53.12% from 255 or 25% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB987 is #234678. Grayscale: #BDBDBD. Windows color (decimal): -2311801 or 8894940. OLE color: 8894940.

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

Color convert

RGB220185135-
CMYK00.160.390.14
HSL35.29º54.84%69.61%-
HSV(B)35.29º38.64%86.27%-
XYZ51.2451.6630.19-
YUV189.7697.1149.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.74%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 135 (53.12% from 255) = 25%
R=40.74%
G=34.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018513500.160.390.1435.2954.8469.61
HexDCB98701027E233746
Octal33427120702047164367106
Binary11011100101110011000011101000010011111101000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB987; }

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

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

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

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

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

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

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

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