#DCB682

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

Shades of Burly Wood #DCB682

Tints of Burly Wood #DCB682

Color information

#DCB682 (or 0xDCB682) is unknown color: approx Burly Wood. HEX triplet: DC, B6 and 82. RGB value is (220,182,130). Sum of RGB (Red+Green+Blue) = 220+182+130=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB682 is #23497D. Grayscale: #BBBBBB. Windows color (decimal): -2312574 or 8566492. OLE color: 8566492.

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

Color convert

RGB220182130-
CMYK00.170.410.14
HSL34.67º56.25%68.63%-
HSV(B)34.67º40.91%86.27%-
XYZ50.2750.2828.18-
YUV187.4395.59151.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 182 (71.48% from 255) = 34.21%
BLUE value IS 130 (51.17% from 255) = 24.44%
R=41.35%
G=34.21%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018213000.170.410.1434.6756.2568.63
HexDCB68201129E233845
Octal33426620202151164370105
Binary11011100101101101000001001000110100111101000111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB682; }

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

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

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

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

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

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

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

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