#DDAF95

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

Shades of Cashmere #DDAF95

Tints of Cashmere #DDAF95

Color information

#DDAF95 (or 0xDDAF95) is unknown color: approx Cashmere. HEX triplet: DD, AF and 95. RGB value is (221,175,149). Sum of RGB (Red+Green+Blue) = 221+175+149=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF95 is #22506A. Grayscale: #B9B9B9. Windows color (decimal): -2248811 or 9809885. OLE color: 9809885.

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

Color convert

RGB221175149-
CMYK00.210.330.13
HSL21.67º51.43%72.55%-
HSV(B)21.67º32.58%86.67%-
XYZ50.5748.235.07-
YUV185.79107.24153.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 149 (58.59% from 255) = 27.34%
R=40.55%
G=32.11%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117514900.210.330.1321.6751.4372.55
HexDDAF9501521D163349
Octal33525722502541152663111
Binary1101110110101111100101010101011000011101101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF95; }

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

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

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

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

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

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

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

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