#DDAF99

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

Shades of Cashmere #DDAF99

Tints of Cashmere #DDAF99

Color information

#DDAF99 (or 0xDDAF99) is unknown color: approx Cashmere. HEX triplet: DD, AF and 99. RGB value is (221,175,153). Sum of RGB (Red+Green+Blue) = 221+175+153=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 153 (60.16% from 255 or 27.87% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF99 is #225066. Grayscale: #BABABA. Windows color (decimal): -2248807 or 10072029. OLE color: 10072029.

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

Color convert

RGB221175153-
CMYK00.210.310.13
HSL19.41º50%73.33%-
HSV(B)19.41º30.77%86.67%-
XYZ50.948.3336.78-
YUV186.25109.24152.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 153 (60.16% from 255) = 27.87%
R=40.26%
G=31.88%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117515300.210.310.1319.415073.33
HexDDAF990151FD133249
Octal33525723102537152362111
Binary110111011010111110011001010101111111101100111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF99; }

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

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

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

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

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

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

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

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