#D8AE99

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

Shades of Cashmere #D8AE99

Tints of Cashmere #D8AE99

Color information

#D8AE99 (or 0xD8AE99) is unknown color: approx Cashmere. HEX triplet: D8, AE and 99. RGB value is (216,174,153). Sum of RGB (Red+Green+Blue) = 216+174+153=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE99 is #275166. Grayscale: #B8B8B8. Windows color (decimal): -2576743 or 10071768. OLE color: 10071768.

HSL color Cylindrical-coordinate representation of color #D8AE99: hue angle of 20º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8AE99 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB216174153-
CMYK00.190.290.15
HSL20º44.68%72.35%-
HSV(B)20º29.17%84.71%-
XYZ49.247.1736.65-
YUV184.16110.41150.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.78%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 153 (60.16% from 255) = 28.18%
R=39.78%
G=32.04%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617415300.190.290.152044.6872.35
HexD8AE990131DF142d48
Octal33025623102335172455110
Binary110110001010111010011001010011111011111101001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE99; }

 p { color: rgb(216,174,153); }

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

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

 a { background-color: rgb(216,174,153); }

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

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

 span { border-color: rgb(216,174,153); }

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