#DCBA83

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

Shades of Burly Wood #DCBA83

Tints of Burly Wood #DCBA83

Color information

#DCBA83 (or 0xDCBA83) is unknown color: approx Burly Wood. HEX triplet: DC, BA and 83. RGB value is (220,186,131). Sum of RGB (Red+Green+Blue) = 220+186+131=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA83 is #23457C. Grayscale: #BEBEBE. Windows color (decimal): -2311549 or 8633052. OLE color: 8633052.

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

Color convert

RGB220186131-
CMYK00.150.400.14
HSL37.08º55.97%68.82%-
HSV(B)37.08º40.45%86.27%-
XYZ51.1751.9728.81-
YUV189.994.76149.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 131 (51.56% from 255) = 24.39%
R=40.97%
G=34.64%
B=24.39%

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
Decimal22018613100.150.400.1437.0855.9768.82
HexDCBA830F28E253845
Octal33427220301750164570105
Binary1101110010111010100000110111110100011101001011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA83; }

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

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

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

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

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

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

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

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