#DCB585

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

Shades of Burly Wood #DCB585

Tints of Burly Wood #DCB585

Color information

#DCB585 (or 0xDCB585) is unknown color: approx Burly Wood. HEX triplet: DC, B5 and 85. RGB value is (220,181,133). Sum of RGB (Red+Green+Blue) = 220+181+133=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 181 (71.09% from 255 or 33.90% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB585 is #234A7A. Grayscale: #BBBBBB. Windows color (decimal): -2312827 or 8762844. OLE color: 8762844.

HSL color Cylindrical-coordinate representation of color #DCB585: hue angle of 33.1º degrees, saturation: 0.55, 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 #DCB585 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220181133-
CMYK00.180.400.14
HSL33.1º55.41%69.22%-
HSV(B)33.1º39.55%86.27%-
XYZ50.2749.9629.18-
YUV187.1997.42151.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 181 (71.09% from 255) = 33.90%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=41.20%
G=33.90%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018113300.180.400.1433.155.4169.22
HexDCB58501228E213745
Octal33426520502250164167105
Binary11011100101101011000010101001010100011101000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB585; }

 p { color: rgb(220,181,133); }

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

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

 a { background-color: rgb(220,181,133); }

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

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

 span { border-color: rgb(220,181,133); }

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