#D2AC95

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

Shades of Cashmere #D2AC95

Tints of Cashmere #D2AC95

Color information

#D2AC95 (or 0xD2AC95) is unknown color: approx Cashmere. HEX triplet: D2, AC and 95. RGB value is (210,172,149). Sum of RGB (Red+Green+Blue) = 210+172+149=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC95 is #2D536A. Grayscale: #B4B4B4. Windows color (decimal): -2970475 or 9809106. OLE color: 9809106.

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

Color convert

RGB210172149-
CMYK00.180.290.18
HSL22.62º40.4%70.39%-
HSV(B)22.62º29.05%82.35%-
XYZ46.7645.3834.73-
YUV180.74110.09148.87-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.55%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=39.55%
G=32.39%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017214900.180.290.1822.6240.470.39
HexD2AC950121D12172846
Octal32225422502235222750106
Binary1101001010101100100101010100101110110010101111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC95; }

 p { color: rgb(210,172,149); }

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

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

 a { background-color: rgb(210,172,149); }

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

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

 span { border-color: rgb(210,172,149); }

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