#D8AAC7

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

Shades of Maverick #D8AAC7

Tints of Maverick #D8AAC7

Color information

#D8AAC7 (or 0xD8AAC7) is unknown color: approx Maverick. HEX triplet: D8, AA and C7. RGB value is (216,170,199). Sum of RGB (Red+Green+Blue) = 216+170+199=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 199 (78.12% from 255 or 34.02% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAC7 is #275538. Grayscale: #BABABA. Windows color (decimal): -2577721 or 13085400. OLE color: 13085400.

HSL color Cylindrical-coordinate representation of color #D8AAC7: hue angle of 322.17º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AAC7 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB216170199-
CMYK00.210.080.15
HSL322.17º37.1%75.69%-
HSV(B)322.17º21.3%84.71%-
XYZ5347.4760.4-
YUV187.06134.74148.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.92%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 199 (78.12% from 255) = 34.02%
R=36.92%
G=29.06%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617019900.210.080.15322.1737.175.69
HexD8AAC70158F142254c
Octal330252307025101750245114
Binary110110001010101011000111010101100011111010000101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AAC7; }

 p { color: rgb(216,170,199); }

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

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

 a { background-color: rgb(216,170,199); }

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

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

 span { border-color: rgb(216,170,199); }

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