#D4AE95

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

Shades of Cashmere #D4AE95

Tints of Cashmere #D4AE95

Color information

#D4AE95 (or 0xD4AE95) is unknown color: approx Cashmere. HEX triplet: D4, AE and 95. RGB value is (212,174,149). Sum of RGB (Red+Green+Blue) = 212+174+149=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AE95 is #2B516A. Grayscale: #B6B6B6. Windows color (decimal): -2838891 or 9809620. OLE color: 9809620.

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

Color convert

RGB212174149-
CMYK00.180.300.17
HSL23.81º42.28%70.78%-
HSV(B)23.81º29.72%83.14%-
XYZ47.7146.4434.88-
YUV182.51109.09149.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.63%
GREEN value IS 174 (68.36% from 255) = 32.52%
BLUE value IS 149 (58.59% from 255) = 27.85%
R=39.63%
G=32.52%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217414900.180.300.1723.8142.2870.78
HexD4AE950121E11182a47
Octal32425622502236213052107
Binary1101010010101110100101010100101111010001110001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE95; }

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

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

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

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

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

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

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

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