#DCB484

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

Shades of Burly Wood #DCB484

Tints of Burly Wood #DCB484

Color information

#DCB484 (or 0xDCB484) is unknown color: approx Burly Wood. HEX triplet: DC, B4 and 84. RGB value is (220,180,132). Sum of RGB (Red+Green+Blue) = 220+180+132=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB484 is #234B7B. Grayscale: #BABABA. Windows color (decimal): -2313084 or 8697052. OLE color: 8697052.

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

Color convert

RGB220180132-
CMYK00.180.400.14
HSL32.73º55.7%69.02%-
HSV(B)32.73º40%86.27%-
XYZ5049.5228.75-
YUV186.4997.25151.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 132 (51.95% from 255) = 24.81%
R=41.35%
G=33.83%
B=24.81%

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
Decimal22018013200.180.400.1432.7355.769.02
HexDCB48401228E213845
Octal33426420402250164170105
Binary11011100101101001000010001001010100011101000011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB484; }

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

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

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

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

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

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

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

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