#D0AE98

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

Shades of Cashmere #D0AE98

Tints of Cashmere #D0AE98

Color information

#D0AE98 (or 0xD0AE98) is unknown color: approx Cashmere. HEX triplet: D0, AE and 98. RGB value is (208,174,152). Sum of RGB (Red+Green+Blue) = 208+174+152=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AE98 is #2F5167. Grayscale: #B5B5B5. Windows color (decimal): -3101032 or 10006224. OLE color: 10006224.

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

Color convert

RGB208174152-
CMYK00.160.270.18
HSL23.57º37.33%70.59%-
HSV(B)23.57º26.92%81.57%-
XYZ46.8245.9536.11-
YUV181.66111.26146.79-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=38.95%
G=32.58%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817415200.160.270.1823.5737.3370.59
HexD0AE980101B12182547
Octal32025623002033223045107
Binary1101000010101110100110000100001101110010110001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AE98; }

 p { color: rgb(208,174,152); }

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

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

 a { background-color: rgb(208,174,152); }

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

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

 span { border-color: rgb(208,174,152); }

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