#D9AE98

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

Shades of Cashmere #D9AE98

Tints of Cashmere #D9AE98

Color information

#D9AE98 (or 0xD9AE98) is unknown color: approx Cashmere. HEX triplet: D9, AE and 98. RGB value is (217,174,152). Sum of RGB (Red+Green+Blue) = 217+174+152=543 (71% of max value = 765). Red value is 217 (85.16% from 255 or 39.96% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 152 (59.77% from 255 or 27.99% from 543); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE98 is #265167. Grayscale: #B8B8B8. Windows color (decimal): -2511208 or 10006233. OLE color: 10006233.

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

Color convert

RGB217174152-
CMYK00.200.300.15
HSL20.31º46.1%72.35%-
HSV(B)20.31º29.95%85.1%-
XYZ49.4247.2936.23-
YUV184.35109.75151.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.96%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 152 (59.77% from 255) = 27.99%
R=39.96%
G=32.04%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717415200.200.300.1520.3146.172.35
HexD9AE980141EF142e48
Octal33125623002436172456110
Binary110110011010111010011000010100111101111101001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE98; }

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

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

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

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

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

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

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

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