#D5AF94

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

Shades of Cashmere #D5AF94

Tints of Cashmere #D5AF94

Color information

#D5AF94 (or 0xD5AF94) is unknown color: approx Cashmere. HEX triplet: D5, AF and 94. RGB value is (213,175,148). Sum of RGB (Red+Green+Blue) = 213+175+148=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 148 (58.20% from 255 or 27.61% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF94 is #2A506B. Grayscale: #B7B7B7. Windows color (decimal): -2773100 or 9744341. OLE color: 9744341.

HSL color Cylindrical-coordinate representation of color #D5AF94: hue angle of 24.92º degrees, saturation: 0.44, 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 #D5AF94 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213175148-
CMYK00.180.310.16
HSL24.92º43.62%70.78%-
HSV(B)24.92º30.52%83.53%-
XYZ48.1246.9434.54-
YUV183.28108.09149.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 175 (68.75% from 255) = 32.65%
BLUE value IS 148 (58.20% from 255) = 27.61%
R=39.74%
G=32.65%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317514800.180.310.1624.9243.6270.78
HexD5AF940121F10192c47
Octal32525722402237203154107
Binary1101010110101111100101000100101111110000110011011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF94; }

 p { color: rgb(213,175,148); }

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

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

 a { background-color: rgb(213,175,148); }

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

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

 span { border-color: rgb(213,175,148); }

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