#D4AB97

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

Shades of Cashmere #D4AB97

Tints of Cashmere #D4AB97

Color information

#D4AB97 (or 0xD4AB97) is unknown color: approx Cashmere. HEX triplet: D4, AB and 97. RGB value is (212,171,151). Sum of RGB (Red+Green+Blue) = 212+171+151=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 151 (59.38% from 255 or 28.28% from 534); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AB97 is #2B5468. Grayscale: #B5B5B5. Windows color (decimal): -2839657 or 9939924. OLE color: 9939924.

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

Color convert

RGB212171151-
CMYK00.190.290.17
HSL19.67º41.5%71.18%-
HSV(B)19.67º28.77%83.14%-
XYZ47.345.3635.54-
YUV180.98111.08150.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 151 (59.38% from 255) = 28.28%
R=39.70%
G=32.02%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217115100.190.290.1719.6741.571.18
HexD4AB970131D11142947
Octal32425322702335212451107
Binary1101010010101011100101110100111110110001101001010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AB97; }

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

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

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

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

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

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

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

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