#D9AF95

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

Shades of Cashmere #D9AF95

Tints of Cashmere #D9AF95

Color information

#D9AF95 (or 0xD9AF95) is unknown color: approx Cashmere. HEX triplet: D9, AF and 95. RGB value is (217,175,149). Sum of RGB (Red+Green+Blue) = 217+175+149=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AF95 is #26506A. Grayscale: #B8B8B8. Windows color (decimal): -2510955 or 9809881. OLE color: 9809881.

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

Color convert

RGB217175149-
CMYK00.190.310.15
HSL22.94º47.22%71.76%-
HSV(B)22.94º31.34%85.1%-
XYZ49.3747.5835.02-
YUV184.59107.91151.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 175 (68.75% from 255) = 32.35%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=40.11%
G=32.35%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717514900.190.310.1522.9447.2271.76
HexD9AF950131FF172f48
Octal33125722502337172757110
Binary110110011010111110010101010011111111111101111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AF95; }

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

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

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

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

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

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

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

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