#D4AE93

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

Shades of Cashmere #D4AE93

Tints of Cashmere #D4AE93

Color information

#D4AE93 (or 0xD4AE93) is unknown color: approx Cashmere. HEX triplet: D4, AE and 93. RGB value is (212,174,147). Sum of RGB (Red+Green+Blue) = 212+174+147=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AE93 is #2B516C. Grayscale: #B6B6B6. Windows color (decimal): -2838893 or 9678548. OLE color: 9678548.

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

Color convert

RGB212174147-
CMYK00.180.310.17
HSL24.92º43.05%70.39%-
HSV(B)24.92º30.66%83.14%-
XYZ47.5546.3834.05-
YUV182.28108.09149.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=39.77%
G=32.65%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217414700.180.310.1724.9243.0570.39
HexD4AE930121F11192b46
Octal32425622302237213153106
Binary1101010010101110100100110100101111110001110011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE93; }

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

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

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

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

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

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

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

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