#D6AC98

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

Shades of Cashmere #D6AC98

Tints of Cashmere #D6AC98

Color information

#D6AC98 (or 0xD6AC98) is unknown color: approx Cashmere. HEX triplet: D6, AC and 98. RGB value is (214,172,152). Sum of RGB (Red+Green+Blue) = 214+172+152=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC98 is #295367. Grayscale: #B6B6B6. Windows color (decimal): -2708328 or 10005718. OLE color: 10005718.

HSL color Cylindrical-coordinate representation of color #D6AC98: hue angle of 19.35º degrees, saturation: 0.43, 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 #D6AC98 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB214172152-
CMYK00.200.290.16
HSL19.35º43.06%71.76%-
HSV(B)19.35º28.97%83.92%-
XYZ48.1546.0736.06-
YUV182.28110.91150.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 172 (67.58% from 255) = 31.97%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=39.78%
G=31.97%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417215200.200.290.1619.3543.0671.76
HexD6AC980141D10132b48
Octal32625423002435202353110
Binary1101011010101100100110000101001110110000100111010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AC98; }

 p { color: rgb(214,172,152); }

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

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

 a { background-color: rgb(214,172,152); }

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

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

 span { border-color: rgb(214,172,152); }

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