#D9AF9A

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

Shades of Cashmere #D9AF9A

Tints of Cashmere #D9AF9A

Color information

#D9AF9A (or 0xD9AF9A) is unknown color: approx Cashmere. HEX triplet: D9, AF and 9A. RGB value is (217,175,154). Sum of RGB (Red+Green+Blue) = 217+175+154=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF9A is #265065. Grayscale: #B9B9B9. Windows color (decimal): -2510950 or 10137561. OLE color: 10137561.

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

Color convert

RGB217175154-
CMYK00.190.290.15
HSL20º45.32%72.75%-
HSV(B)20º29.03%85.1%-
XYZ49.7847.7437.16-
YUV185.16110.41150.71-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=39.74%
G=32.05%
B=28.21%

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
Decimal21717515400.190.290.152045.3272.75
HexD9AF9A0131DF142d49
Octal33125723202335172455111
Binary110110011010111110011010010011111011111101001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF9A; }

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

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

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

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

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

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

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

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