#D5AF90

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

Shades of Cashmere #D5AF90

Tints of Cashmere #D5AF90

Color information

#D5AF90 (or 0xD5AF90) is unknown color: approx Cashmere. HEX triplet: D5, AF and 90. RGB value is (213,175,144). Sum of RGB (Red+Green+Blue) = 213+175+144=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF90 is #2A506F. Grayscale: #B6B6B6. Windows color (decimal): -2773104 or 9482197. OLE color: 9482197.

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

Color convert

RGB213175144-
CMYK00.180.320.16
HSL26.96º45.1%70%-
HSV(B)26.96º32.39%83.53%-
XYZ47.846.8232.9-
YUV182.83106.09149.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=40.04%
G=32.89%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317514400.180.320.1626.9645.170
HexD5AF9001220101b2d46
Octal32525722002240203355106
Binary11010101101011111001000001001010000010000110111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF90; }

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

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

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

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

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

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

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

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