#D5AF98

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

Shades of Cashmere #D5AF98

Tints of Cashmere #D5AF98

Color information

#D5AF98 (or 0xD5AF98) is unknown color: approx Cashmere. HEX triplet: D5, AF and 98. RGB value is (213,175,152). Sum of RGB (Red+Green+Blue) = 213+175+152=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF98 is #2A5067. Grayscale: #B7B7B7. Windows color (decimal): -2773096 or 10006485. OLE color: 10006485.

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

Color convert

RGB213175152-
CMYK00.180.290.16
HSL22.62º42.07%71.57%-
HSV(B)22.62º28.64%83.53%-
XYZ48.4447.0736.24-
YUV183.74110.09148.87-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.44%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=39.44%
G=32.41%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317515200.180.290.1622.6242.0771.57
HexD5AF980121D10172a48
Octal32525723002235202752110
Binary1101010110101111100110000100101110110000101111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AF98; }

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

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

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

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

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

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

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

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