#D8AF9A

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

Shades of Cashmere #D8AF9A

Tints of Cashmere #D8AF9A

Color information

#D8AF9A (or 0xD8AF9A) is unknown color: approx Cashmere. HEX triplet: D8, AF and 9A. RGB value is (216,175,154). Sum of RGB (Red+Green+Blue) = 216+175+154=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AF9A is #275065. Grayscale: #B8B8B8. Windows color (decimal): -2576486 or 10137560. OLE color: 10137560.

HSL color Cylindrical-coordinate representation of color #D8AF9A: hue angle of 20.32º 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 #D8AF9A is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB216175154-
CMYK00.190.290.15
HSL20.32º44.29%72.55%-
HSV(B)20.32º28.7%84.71%-
XYZ49.4847.5937.15-
YUV184.86110.58150.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=39.63%
G=32.11%
B=28.26%

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
Decimal21617515400.190.290.1520.3244.2972.55
HexD8AF9A0131DF142c49
Octal33025723202335172454111
Binary110110001010111110011010010011111011111101001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AF9A; }

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

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

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

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

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

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

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

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