#DCBA84

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

Shades of Burly Wood #DCBA84

Tints of Burly Wood #DCBA84

Color information

#DCBA84 (or 0xDCBA84) is unknown color: approx Burly Wood. HEX triplet: DC, BA and 84. RGB value is (220,186,132). Sum of RGB (Red+Green+Blue) = 220+186+132=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA84 is #23457B. Grayscale: #BEBEBE. Windows color (decimal): -2311548 or 8698588. OLE color: 8698588.

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

Color convert

RGB220186132-
CMYK00.150.400.14
HSL36.82º55.7%69.02%-
HSV(B)36.82º40%86.27%-
XYZ51.245229.17-
YUV190.0195.26149.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=40.89%
G=34.57%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018613200.150.400.1436.8255.769.02
HexDCBA840F28E253845
Octal33427220401750164570105
Binary1101110010111010100001000111110100011101001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA84; }

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

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

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

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

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

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

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

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