#D9AE93

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

Shades of Cashmere #D9AE93

Tints of Cashmere #D9AE93

Color information

#D9AE93 (or 0xD9AE93) is unknown color: approx Cashmere. HEX triplet: D9, AE and 93. RGB value is (217,174,147). Sum of RGB (Red+Green+Blue) = 217+174+147=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AE93 is #26516C. Grayscale: #B7B7B7. Windows color (decimal): -2511213 or 9678553. OLE color: 9678553.

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

Color convert

RGB217174147-
CMYK00.200.320.15
HSL23.14º47.95%71.37%-
HSV(B)23.14º32.26%85.1%-
XYZ49.0247.1334.12-
YUV183.78107.25151.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.33%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=40.33%
G=32.34%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717414700.200.320.1523.1447.9571.37
HexD9AE9301420F173047
Octal33125622302440172760107
Binary1101100110101110100100110101001000001111101111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AE93; }

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

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

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

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

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

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

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

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