#D9AE9A

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

Shades of Cashmere #D9AE9A

Tints of Cashmere #D9AE9A

Color information

#D9AE9A (or 0xD9AE9A) is unknown color: approx Cashmere. HEX triplet: D9, AE and 9A. RGB value is (217,174,154). Sum of RGB (Red+Green+Blue) = 217+174+154=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE9A is #265165. Grayscale: #B8B8B8. Windows color (decimal): -2511206 or 10137305. OLE color: 10137305.

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

Color convert

RGB217174154-
CMYK00.200.290.15
HSL19.05º45.32%72.75%-
HSV(B)19.05º29.03%85.1%-
XYZ49.5847.3637.1-
YUV184.58110.75151.13-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=39.82%
G=31.93%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717415400.200.290.1519.0545.3272.75
HexD9AE9A0141DF132d49
Octal33125623202435172355111
Binary110110011010111010011010010100111011111100111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE9A; }

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

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

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

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

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

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

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

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