#DCB680

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

Shades of Burly Wood #DCB680

Tints of Burly Wood #DCB680

Color information

#DCB680 (or 0xDCB680) is unknown color: approx Burly Wood. HEX triplet: DC, B6 and 80. RGB value is (220,182,128). Sum of RGB (Red+Green+Blue) = 220+182+128=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 182 (71.48% from 255 or 34.34% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB680 is #23497F. Grayscale: #BBBBBB. Windows color (decimal): -2312576 or 8435420. OLE color: 8435420.

HSL color Cylindrical-coordinate representation of color #DCB680: hue angle of 35.22º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCB680 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB220182128-
CMYK00.170.420.14
HSL35.22º56.79%68.24%-
HSV(B)35.22º41.82%86.27%-
XYZ50.1450.2327.47-
YUV187.2194.59151.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 182 (71.48% from 255) = 34.34%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=41.51%
G=34.34%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018212800.170.420.1435.2256.7968.24
HexDCB6800112AE233944
Octal33426620002152164371104
Binary11011100101101101000000001000110101011101000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB680; }

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

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

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

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

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

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

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

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