#DCB485

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

Shades of Burly Wood #DCB485

Tints of Burly Wood #DCB485

Color information

#DCB485 (or 0xDCB485) is unknown color: approx Burly Wood. HEX triplet: DC, B4 and 85. RGB value is (220,180,133). Sum of RGB (Red+Green+Blue) = 220+180+133=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB485 is #234B7A. Grayscale: #BABABA. Windows color (decimal): -2313083 or 8762588. OLE color: 8762588.

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

Color convert

RGB220180133-
CMYK00.180.400.14
HSL32.41º55.41%69.22%-
HSV(B)32.41º39.55%86.27%-
XYZ50.0749.5529.12-
YUV186.697.75151.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=41.28%
G=33.77%
B=24.95%

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
Decimal22018013300.180.400.1432.4155.4169.22
HexDCB48501228E203745
Octal33426420502250164067105
Binary11011100101101001000010101001010100011101000001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB485; }

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

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

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

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

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

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

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

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