#DCBA8A

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

Shades of Burly Wood #DCBA8A

Tints of Burly Wood #DCBA8A

Color information

#DCBA8A (or 0xDCBA8A) is unknown color: approx Burly Wood. HEX triplet: DC, BA and 8A. RGB value is (220,186,138). Sum of RGB (Red+Green+Blue) = 220+186+138=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA8A is #234575. Grayscale: #BEBEBE. Windows color (decimal): -2311542 or 9091804. OLE color: 9091804.

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

Color convert

RGB220186138-
CMYK00.150.370.14
HSL35.12º53.95%70.2%-
HSV(B)35.12º37.27%86.27%-
XYZ51.6652.1731.39-
YUV190.6998.26148.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.44%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 138 (54.30% from 255) = 25.37%
R=40.44%
G=34.19%
B=25.37%

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
Decimal22018613800.150.370.1435.1253.9570.2
HexDCBA8A0F25E233646
Octal33427221201745164366106
Binary1101110010111010100010100111110010111101000111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA8A; }

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

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

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

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

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

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

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

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