#D4AD97

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

Shades of Cashmere #D4AD97

Tints of Cashmere #D4AD97

Color information

#D4AD97 (or 0xD4AD97) is unknown color: approx Cashmere. HEX triplet: D4, AD and 97. RGB value is (212,173,151). Sum of RGB (Red+Green+Blue) = 212+173+151=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD97 is #2B5268. Grayscale: #B6B6B6. Windows color (decimal): -2839145 or 9940436. OLE color: 9940436.

HSL color Cylindrical-coordinate representation of color #D4AD97: hue angle of 21.64º 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 #D4AD97 is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212173151-
CMYK00.180.290.17
HSL21.64º41.5%71.18%-
HSV(B)21.64º28.77%83.14%-
XYZ47.6846.1235.67-
YUV182.15110.42149.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=39.55%
G=32.28%
B=28.17%

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
Decimal21217315100.180.290.1721.6441.571.18
HexD4AD970121D11162947
Octal32425522702235212651107
Binary1101010010101101100101110100101110110001101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AD97; }

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

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

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

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

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

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

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

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