#DCAF97

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

Shades of Cashmere #DCAF97

Tints of Cashmere #DCAF97

Color information

#DCAF97 (or 0xDCAF97) is unknown color: approx Cashmere. HEX triplet: DC, AF and 97. RGB value is (220,175,151). Sum of RGB (Red+Green+Blue) = 220+175+151=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF97 is #235068. Grayscale: #B9B9B9. Windows color (decimal): -2314345 or 9940956. OLE color: 9940956.

HSL color Cylindrical-coordinate representation of color #DCAF97: hue angle of 20.87º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCAF97 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220175151-
CMYK00.200.310.14
HSL20.87º49.64%72.75%-
HSV(B)20.87º31.36%86.27%-
XYZ50.4348.1135.91-
YUV185.72108.41152.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 151 (59.38% from 255) = 27.66%
R=40.29%
G=32.05%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017515100.200.310.1420.8749.6472.75
HexDCAF970141FE153249
Octal33425722702437162562111
Binary110111001010111110010111010100111111110101011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF97; }

 p { color: rgb(220,175,151); }

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

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

 a { background-color: rgb(220,175,151); }

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

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

 span { border-color: rgb(220,175,151); }

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