#DCAF98

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

Shades of Cashmere #DCAF98

Tints of Cashmere #DCAF98

Color information

#DCAF98 (or 0xDCAF98) is unknown color: approx Cashmere. HEX triplet: DC, AF and 98. RGB value is (220,175,152). Sum of RGB (Red+Green+Blue) = 220+175+152=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF98 is #235067. Grayscale: #B9B9B9. Windows color (decimal): -2314344 or 10006492. OLE color: 10006492.

HSL color Cylindrical-coordinate representation of color #DCAF98: hue angle of 20.29º degrees, saturation: 0.49, 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 #DCAF98 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB220175152-
CMYK00.200.310.14
HSL20.29º49.28%72.94%-
HSV(B)20.29º30.91%86.27%-
XYZ50.5148.1436.34-
YUV185.83108.91152.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.22%
GREEN value IS 175 (68.75% from 255) = 31.99%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=40.22%
G=31.99%
B=27.79%

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
Decimal22017515200.200.310.1420.2949.2872.94
HexDCAF980141FE143149
Octal33425723002437162461111
Binary110111001010111110011000010100111111110101001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF98; }

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

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

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

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

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

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

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

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