#DDAF96

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

Shades of Cashmere #DDAF96

Tints of Cashmere #DDAF96

Color information

#DDAF96 (or 0xDDAF96) is unknown color: approx Cashmere. HEX triplet: DD, AF and 96. RGB value is (221,175,150). Sum of RGB (Red+Green+Blue) = 221+175+150=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF96 is #225069. Grayscale: #BABABA. Windows color (decimal): -2248810 or 9875421. OLE color: 9875421.

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

Color convert

RGB221175150-
CMYK00.210.320.13
HSL21.13º51.08%72.75%-
HSV(B)21.13º32.13%86.67%-
XYZ50.6548.2335.49-
YUV185.9107.74153.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.48%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=40.48%
G=32.05%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117515000.210.320.1321.1351.0872.75
HexDDAF9601520D153349
Octal33525722602540152563111
Binary1101110110101111100101100101011000001101101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF96; }

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

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

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

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

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

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

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

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