#DCB39E

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

Shades of Cashmere #DCB39E

Tints of Cashmere #DCB39E

Color information

#DCB39E (or 0xDCB39E) is unknown color: approx Cashmere. HEX triplet: DC, B3 and 9E. RGB value is (220,179,158). Sum of RGB (Red+Green+Blue) = 220+179+158=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB39E is #234C61. Grayscale: #BCBCBC. Windows color (decimal): -2313314 or 10400732. OLE color: 10400732.

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

Color convert

RGB220179158-
CMYK00.190.280.14
HSL20.32º46.97%74.12%-
HSV(B)20.32º28.18%86.27%-
XYZ51.8149.9239.25-
YUV188.86110.58150.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=39.50%
G=32.14%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017915800.190.280.1420.3246.9774.12
HexDCB39E0131CE142f4a
Octal33426323602334162457112
Binary110111001011001110011110010011111001110101001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB39E; }

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

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

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

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

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

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

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

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