#DDAD96

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

Shades of Cashmere #DDAD96

Tints of Cashmere #DDAD96

Color information

#DDAD96 (or 0xDDAD96) is unknown color: approx Cashmere. HEX triplet: DD, AD and 96. RGB value is (221,173,150). Sum of RGB (Red+Green+Blue) = 221+173+150=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD96 is #225269. Grayscale: #B8B8B8. Windows color (decimal): -2249322 or 9874909. OLE color: 9874909.

HSL color Cylindrical-coordinate representation of color #DDAD96: hue angle of 19.44º 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 #DDAD96 is Cyan = 0, Magento = 0.22, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB221173150-
CMYK00.220.320.13
HSL19.44º51.08%72.75%-
HSV(B)19.44º32.13%86.67%-
XYZ50.2747.4635.37-
YUV184.73108.4153.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=40.62%
G=31.80%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117315000.220.320.1319.4451.0872.75
HexDDAD9601620D133349
Octal33525522602640152363111
Binary1101110110101101100101100101101000001101100111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD96; }

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

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

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

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

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

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

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

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