#DDAD95

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

Shades of Cashmere #DDAD95

Tints of Cashmere #DDAD95

Color information

#DDAD95 (or 0xDDAD95) is unknown color: approx Cashmere. HEX triplet: DD, AD and 95. RGB value is (221,173,149). Sum of RGB (Red+Green+Blue) = 221+173+149=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 173 (67.97% from 255 or 31.86% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAD95 is #22526A. Grayscale: #B8B8B8. Windows color (decimal): -2249323 or 9809373. OLE color: 9809373.

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

Color convert

RGB221173149-
CMYK00.220.330.13
HSL20º51.43%72.55%-
HSV(B)20º32.58%86.67%-
XYZ50.1947.4334.94-
YUV184.62107.9153.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.70%
GREEN value IS 173 (67.97% from 255) = 31.86%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=40.70%
G=31.86%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117314900.220.330.132051.4372.55
HexDDAD9501621D143349
Octal33525522502641152463111
Binary1101110110101101100101010101101000011101101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAD95; }

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

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

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

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

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

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

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

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