#D2AE96

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

Shades of Cashmere #D2AE96

Tints of Cashmere #D2AE96

Color information

#D2AE96 (or 0xD2AE96) is unknown color: approx Cashmere. HEX triplet: D2, AE and 96. RGB value is (210,174,150). Sum of RGB (Red+Green+Blue) = 210+174+150=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AE96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AE96 is #2D5169. Grayscale: #B6B6B6. Windows color (decimal): -2969962 or 9875154. OLE color: 9875154.

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

Color convert

RGB210174150-
CMYK00.170.290.18
HSL24º40%70.59%-
HSV(B)24º28.57%82.35%-
XYZ47.2246.1835.28-
YUV182.03109.93147.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=39.33%
G=32.58%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017415000.170.290.18244070.59
HexD2AE960111D12182847
Octal32225622602135223050107
Binary1101001010101110100101100100011110110010110001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AE96; }

 p { color: rgb(210,174,150); }

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

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

 a { background-color: rgb(210,174,150); }

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

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

 span { border-color: rgb(210,174,150); }

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