Html Css Color HEX #D8AAC7 Maverick

📋 copy color: '#D8AAC7'

red 216 ◦ green 170 ◦ blue 199

#D8AAC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #D8AAC7

Tints of Maverick #D8AAC7

RGB

 RED value IS 216 (84.77% from 255) = 36.92%

 GREEN value IS 170 (66.8% from 255) = 29.06%

 BLUE value IS 199 (78.13% from 255) = 34.02%

R = 36.92%
G = 29.06%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D8AAC7 (or 0xD8AAC7) is known color: 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

RGB 216 170 199 -
CMYK 0 0.21 0.08 0.15
HSL 322.17º 0.37% 0.76% -
HSV(B) 322.17º 0.21% 0.85% -
XYZ 53 47.47 60.4 -
YUV 187.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 216 170 199 0 0.21 0.08 0.15 322.17 0.37 0.76
Hex D8 AA C7 0 15 8 F 142 25 4C
Octal 330 252 307 0 25 10 17 502 45 114
Binary 11011000 10101010 11000111 0 10101 1000 1111 101000010 100101 1001100

Color Harmonies of #D8AAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AAC7

Black with #D8AAC7

Text Example


Text Example

White with #D8AAC7

Text Example


Text Example

HTML Codes & Css Web 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>