#DCAF99

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

Shades of Cashmere #DCAF99

Tints of Cashmere #DCAF99

Color information

#DCAF99 (or 0xDCAF99) is unknown color: approx Cashmere. HEX triplet: DC, AF and 99. RGB value is (220,175,153). Sum of RGB (Red+Green+Blue) = 220+175+153=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF99 is #235066. Grayscale: #BABABA. Windows color (decimal): -2314343 or 10072028. OLE color: 10072028.

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

Color convert

RGB220175153-
CMYK00.200.300.14
HSL19.7º48.91%73.14%-
HSV(B)19.7º30.45%86.27%-
XYZ50.5948.1836.77-
YUV185.95109.41152.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=40.15%
G=31.93%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017515300.200.300.1419.748.9173.14
HexDCAF990141EE143149
Octal33425723102436162461111
Binary110111001010111110011001010100111101110101001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF99; }

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

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

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

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

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

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

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

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