#D8AE9A

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

Shades of Cashmere #D8AE9A

Tints of Cashmere #D8AE9A

Color information

#D8AE9A (or 0xD8AE9A) is unknown color: approx Cashmere. HEX triplet: D8, AE and 9A. RGB value is (216,174,154). Sum of RGB (Red+Green+Blue) = 216+174+154=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AE9A is #275165. Grayscale: #B8B8B8. Windows color (decimal): -2576742 or 10137304. OLE color: 10137304.

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

Color convert

RGB216174154-
CMYK00.190.290.15
HSL19.35º44.29%72.55%-
HSV(B)19.35º28.7%84.71%-
XYZ49.2947.237.09-
YUV184.28110.91150.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 174 (68.36% from 255) = 31.99%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=39.71%
G=31.99%
B=28.31%

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
Decimal21617415400.190.290.1519.3544.2972.55
HexD8AE9A0131DF132c49
Octal33025623202335172354111
Binary110110001010111010011010010011111011111100111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE9A; }

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

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

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

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

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

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

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

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