#DCB985

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

Shades of Burly Wood #DCB985

Tints of Burly Wood #DCB985

Color information

#DCB985 (or 0xDCB985) is unknown color: approx Burly Wood. HEX triplet: DC, B9 and 85. RGB value is (220,185,133). Sum of RGB (Red+Green+Blue) = 220+185+133=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB985 is #23467A. Grayscale: #BDBDBD. Windows color (decimal): -2311803 or 8763868. OLE color: 8763868.

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

Color convert

RGB220185133-
CMYK00.160.400.14
HSL35.86º55.41%69.22%-
HSV(B)35.86º39.55%86.27%-
XYZ51.151.6129.46-
YUV189.5496.1149.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.89%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=40.89%
G=34.39%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018513300.160.400.1435.8655.4169.22
HexDCB98501028E243745
Octal33427120502050164467105
Binary11011100101110011000010101000010100011101001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB985; }

 p { color: rgb(220,185,133); }

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

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

 a { background-color: rgb(220,185,133); }

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

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

 span { border-color: rgb(220,185,133); }

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