#DCB884

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

Shades of Burly Wood #DCB884

Tints of Burly Wood #DCB884

Color information

#DCB884 (or 0xDCB884) is unknown color: approx Burly Wood. HEX triplet: DC, B8 and 84. RGB value is (220,184,132). Sum of RGB (Red+Green+Blue) = 220+184+132=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB884 is #23477B. Grayscale: #BDBDBD. Windows color (decimal): -2312060 or 8698076. OLE color: 8698076.

HSL color Cylindrical-coordinate representation of color #DCB884: hue angle of 35.45º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCB884 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220184132-
CMYK00.160.400.14
HSL35.45º55.7%69.02%-
HSV(B)35.45º40%86.27%-
XYZ50.8251.1629.03-
YUV188.8495.93150.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 132 (51.95% from 255) = 24.63%
R=41.04%
G=34.33%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018413200.160.400.1435.4555.769.02
HexDCB88401028E233845
Octal33427020402050164370105
Binary11011100101110001000010001000010100011101000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB884; }

 p { color: rgb(220,184,132); }

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

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

 a { background-color: rgb(220,184,132); }

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

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

 span { border-color: rgb(220,184,132); }

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