#DCB89F

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

Shades of Cashmere #DCB89F

Tints of Cashmere #DCB89F

Color information

#DCB89F (or 0xDCB89F) is unknown color: approx Cashmere. HEX triplet: DC, B8 and 9F. RGB value is (220,184,159). Sum of RGB (Red+Green+Blue) = 220+184+159=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB89F is #234760. Grayscale: #C0C0C0. Windows color (decimal): -2312033 or 10467548. OLE color: 10467548.

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

Color convert

RGB220184159-
CMYK00.160.280.14
HSL24.59º46.56%74.31%-
HSV(B)24.59º27.73%86.27%-
XYZ52.915240.05-
YUV191.91109.43148.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.08%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 159 (62.5% from 255) = 28.24%
R=39.08%
G=32.68%
B=28.24%

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
Decimal22018415900.160.280.1424.5946.5674.31
HexDCB89F0101CE192f4a
Octal33427023702034163157112
Binary110111001011100010011111010000111001110110011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB89F; }

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

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

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

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

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

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

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

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