#DCB59E

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

Shades of Cashmere #DCB59E

Tints of Cashmere #DCB59E

Color information

#DCB59E (or 0xDCB59E) is unknown color: approx Cashmere. HEX triplet: DC, B5 and 9E. RGB value is (220,181,158). Sum of RGB (Red+Green+Blue) = 220+181+158=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 181 (71.09% from 255 or 32.38% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB59E is #234A61. Grayscale: #BEBEBE. Windows color (decimal): -2312802 or 10401244. OLE color: 10401244.

HSL color Cylindrical-coordinate representation of color #DCB59E: hue angle of 22.26º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCB59E is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220181158-
CMYK00.180.280.14
HSL22.26º46.97%74.12%-
HSV(B)22.26º28.18%86.27%-
XYZ52.2150.7339.39-
YUV190.04109.92149.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 181 (71.09% from 255) = 32.38%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=39.36%
G=32.38%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018115800.180.280.1422.2646.9774.12
HexDCB59E0121CE162f4a
Octal33426523602234162657112
Binary110111001011010110011110010010111001110101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB59E; }

 p { color: rgb(220,181,158); }

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

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

 a { background-color: rgb(220,181,158); }

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

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

 span { border-color: rgb(220,181,158); }

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