#D5AF9D

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

Shades of Cashmere #D5AF9D

Tints of Cashmere #D5AF9D

Color information

#D5AF9D (or 0xD5AF9D) is unknown color: approx Cashmere. HEX triplet: D5, AF and 9D. RGB value is (213,175,157). Sum of RGB (Red+Green+Blue) = 213+175+157=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF9D is #2A5062. Grayscale: #B8B8B8. Windows color (decimal): -2773091 or 10334165. OLE color: 10334165.

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

Color convert

RGB213175157-
CMYK00.180.260.16
HSL19.29º40%72.55%-
HSV(B)19.29º26.29%83.53%-
XYZ48.8647.2438.44-
YUV184.31112.59148.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=39.08%
G=32.11%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317515700.180.260.1619.294072.55
HexD5AF9D0121A10132849
Octal32525723502232202350111
Binary1101010110101111100111010100101101010000100111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF9D; }

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

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

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

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

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

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

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

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