#D9AE96

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

Shades of Cashmere #D9AE96

Tints of Cashmere #D9AE96

Color information

#D9AE96 (or 0xD9AE96) is unknown color: approx Cashmere. HEX triplet: D9, AE and 96. RGB value is (217,174,150). Sum of RGB (Red+Green+Blue) = 217+174+150=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE96 is #265169. Grayscale: #B8B8B8. Windows color (decimal): -2511210 or 9875161. OLE color: 9875161.

HSL color Cylindrical-coordinate representation of color #D9AE96: hue angle of 21.49º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9AE96 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB217174150-
CMYK00.200.310.15
HSL21.49º46.85%71.96%-
HSV(B)21.49º30.88%85.1%-
XYZ49.2647.2335.37-
YUV184.12108.75151.45-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=40.11%
G=32.16%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717415000.200.310.1521.4946.8571.96
HexD9AE960141FF152f48
Octal33125622602437172557110
Binary110110011010111010010110010100111111111101011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE96; }

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

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

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

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

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

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

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

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