#D9AE92

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

Shades of Cashmere #D9AE92

Tints of Cashmere #D9AE92

Color information

#D9AE92 (or 0xD9AE92) is unknown color: approx Cashmere. HEX triplet: D9, AE and 92. RGB value is (217,174,146). Sum of RGB (Red+Green+Blue) = 217+174+146=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 146 (57.42% from 255 or 27.19% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE92 is #26516D. Grayscale: #B7B7B7. Windows color (decimal): -2511214 or 9613017. OLE color: 9613017.

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

Color convert

RGB217174146-
CMYK00.200.330.15
HSL23.66º48.3%71.18%-
HSV(B)23.66º32.72%85.1%-
XYZ48.9447.133.71-
YUV183.66106.75151.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.41%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 146 (57.42% from 255) = 27.19%
R=40.41%
G=32.40%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717414600.200.330.1523.6648.371.18
HexD9AE9201421F183047
Octal33125622202441173060107
Binary1101100110101110100100100101001000011111110001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE92; }

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

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

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

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

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

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

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

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