#D2AF92

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

Shades of Cashmere #D2AF92

Tints of Cashmere #D2AF92

Color information

#D2AF92 (or 0xD2AF92) is unknown color: approx Cashmere. HEX triplet: D2, AF and 92. RGB value is (210,175,146). Sum of RGB (Red+Green+Blue) = 210+175+146=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF92 is #2D506D. Grayscale: #B6B6B6. Windows color (decimal): -2969710 or 9613266. OLE color: 9613266.

HSL color Cylindrical-coordinate representation of color #D2AF92: hue angle of 27.19º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2AF92 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB210175146-
CMYK00.170.300.18
HSL27.19º41.56%69.8%-
HSV(B)27.19º30.48%82.35%-
XYZ47.146.4433.68-
YUV182.16107.6147.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=39.55%
G=32.96%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017514600.170.300.1827.1941.5669.8
HexD2AF920111E121b2a46
Octal32225722202136223352106
Binary1101001010101111100100100100011111010010110111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AF92; }

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

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

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

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

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

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

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

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