#DDAE96

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

Shades of Cashmere #DDAE96

Tints of Cashmere #DDAE96

Color information

#DDAE96 (or 0xDDAE96) is unknown color: approx Cashmere. HEX triplet: DD, AE and 96. RGB value is (221,174,150). Sum of RGB (Red+Green+Blue) = 221+174+150=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE96 is #225169. Grayscale: #B9B9B9. Windows color (decimal): -2249066 or 9875165. OLE color: 9875165.

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

Color convert

RGB221174150-
CMYK00.210.320.13
HSL20.28º51.08%72.75%-
HSV(B)20.28º32.13%86.67%-
XYZ50.4647.8535.43-
YUV185.32108.07153.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=40.55%
G=31.93%
B=27.52%

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
Decimal22117415000.210.320.1320.2851.0872.75
HexDDAE9601520D143349
Octal33525622602540152463111
Binary1101110110101110100101100101011000001101101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE96; }

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

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

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

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

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

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

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

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