#D7AF95

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

Shades of Cashmere #D7AF95

Tints of Cashmere #D7AF95

Color information

#D7AF95 (or 0xD7AF95) is unknown color: approx Cashmere. HEX triplet: D7, AF and 95. RGB value is (215,175,149). Sum of RGB (Red+Green+Blue) = 215+175+149=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF95 is #28506A. Grayscale: #B8B8B8. Windows color (decimal): -2642027 or 9809879. OLE color: 9809879.

HSL color Cylindrical-coordinate representation of color #D7AF95: hue angle of 23.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7AF95 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB215175149-
CMYK00.190.310.16
HSL23.64º45.21%71.37%-
HSV(B)23.64º30.7%84.31%-
XYZ48.7847.2834.99-
YUV184108.25150.11-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.89%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=39.89%
G=32.47%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517514900.190.310.1623.6445.2171.37
HexD7AF950131F10182d47
Octal32725722502337203055107
Binary1101011110101111100101010100111111110000110001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AF95; }

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

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

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

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

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

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

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

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