#D2AF98

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

Shades of Cashmere #D2AF98

Tints of Cashmere #D2AF98

Color information

#D2AF98 (or 0xD2AF98) is unknown color: approx Cashmere. HEX triplet: D2, AF and 98. RGB value is (210,175,152). Sum of RGB (Red+Green+Blue) = 210+175+152=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF98 is #2D5067. Grayscale: #B6B6B6. Windows color (decimal): -2969704 or 10006482. OLE color: 10006482.

HSL color Cylindrical-coordinate representation of color #D2AF98: hue angle of 23.79º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AF98 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB210175152-
CMYK00.170.280.18
HSL23.79º39.19%70.98%-
HSV(B)23.79º27.62%82.35%-
XYZ47.5846.6336.2-
YUV182.84110.6147.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 175 (68.75% from 255) = 32.59%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=39.11%
G=32.59%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017515200.170.280.1823.7939.1970.98
HexD2AF980111C12182747
Octal32225723002134223047107
Binary1101001010101111100110000100011110010010110001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AF98; }

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

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

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

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

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

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

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

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