#DCB89E

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

Shades of Cashmere #DCB89E

Tints of Cashmere #DCB89E

Color information

#DCB89E (or 0xDCB89E) is unknown color: approx Cashmere. HEX triplet: DC, B8 and 9E. RGB value is (220,184,158). Sum of RGB (Red+Green+Blue) = 220+184+158=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB89E is #234761. Grayscale: #BFBFBF. Windows color (decimal): -2312034 or 10402012. OLE color: 10402012.

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

Color convert

RGB220184158-
CMYK00.160.280.14
HSL25.16º46.97%74.12%-
HSV(B)25.16º28.18%86.27%-
XYZ52.8351.9739.59-
YUV191.8108.93148.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 184 (72.27% from 255) = 32.74%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=39.15%
G=32.74%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018415800.160.280.1425.1646.9774.12
HexDCB89E0101CE192f4a
Octal33427023602034163157112
Binary110111001011100010011110010000111001110110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB89E; }

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

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

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

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

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

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

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

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