#D4AE97

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

Shades of Cashmere #D4AE97

Tints of Cashmere #D4AE97

Color information

#D4AE97 (or 0xD4AE97) is unknown color: approx Cashmere. HEX triplet: D4, AE and 97. RGB value is (212,174,151). Sum of RGB (Red+Green+Blue) = 212+174+151=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AE97 is #2B5168. Grayscale: #B6B6B6. Windows color (decimal): -2838889 or 9940692. OLE color: 9940692.

HSL color Cylindrical-coordinate representation of color #D4AE97: hue angle of 22.62º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4AE97 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212174151-
CMYK00.180.290.17
HSL22.62º41.5%71.18%-
HSV(B)22.62º28.77%83.14%-
XYZ47.8746.535.73-
YUV182.74110.09148.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=39.48%
G=32.40%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217415100.180.290.1722.6241.571.18
HexD4AE970121D11172947
Octal32425622702235212751107
Binary1101010010101110100101110100101110110001101111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE97; }

 p { color: rgb(212,174,151); }

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

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

 a { background-color: rgb(212,174,151); }

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

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

 span { border-color: rgb(212,174,151); }

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