#DCBA8B

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

Shades of Burly Wood #DCBA8B

Tints of Burly Wood #DCBA8B

Color information

#DCBA8B (or 0xDCBA8B) is unknown color: approx Burly Wood. HEX triplet: DC, BA and 8B. RGB value is (220,186,139). Sum of RGB (Red+Green+Blue) = 220+186+139=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA8B is #234574. Grayscale: #BFBFBF. Windows color (decimal): -2311541 or 9157340. OLE color: 9157340.

HSL color Cylindrical-coordinate representation of color #DCBA8B: hue angle of 34.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCBA8B is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220186139-
CMYK00.150.370.14
HSL34.81º53.64%70.39%-
HSV(B)34.81º36.82%86.27%-
XYZ51.7352.231.77-
YUV190.8198.76148.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 139 (54.69% from 255) = 25.50%
R=40.37%
G=34.13%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018613900.150.370.1434.8153.6470.39
HexDCBA8B0F25E233646
Octal33427221301745164366106
Binary1101110010111010100010110111110010111101000111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA8B; }

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

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

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

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

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

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

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

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