#DCB684

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

Shades of Burly Wood #DCB684

Tints of Burly Wood #DCB684

Color information

#DCB684 (or 0xDCB684) is unknown color: approx Burly Wood. HEX triplet: DC, B6 and 84. RGB value is (220,182,132). Sum of RGB (Red+Green+Blue) = 220+182+132=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB684 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB684 is #23497B. Grayscale: #BBBBBB. Windows color (decimal): -2312572 or 8697564. OLE color: 8697564.

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

Color convert

RGB220182132-
CMYK00.170.400.14
HSL34.09º55.7%69.02%-
HSV(B)34.09º40%86.27%-
XYZ50.4150.3428.89-
YUV187.6696.59151.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 132 (51.95% from 255) = 24.72%
R=41.20%
G=34.08%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018213200.170.400.1434.0955.769.02
HexDCB68401128E223845
Octal33426620402150164270105
Binary11011100101101101000010001000110100011101000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB684; }

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

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

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

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

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

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

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

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