Html Css Color HEX #D9AAC9 Maverick

📋 copy color: '#D9AAC9'

red 217 ◦ green 170 ◦ blue 201

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

Shades of Maverick #D9AAC9

Tints of Maverick #D9AAC9

RGB

 RED value IS 217 (85.16% from 255) = 36.9%

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

 BLUE value IS 201 (78.91% from 255) = 34.18%

R = 36.9%
G = 28.91%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D9AAC9 (or 0xD9AAC9) is known color: Maverick. HEX triplet: D9, AA and C9. RGB value is (217,170,201). Sum of RGB (Red+Green+Blue) = 217+170+201=588 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.90% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAC9 is #265536. Grayscale: #BBBBBB. Windows color (decimal): -2512183 or 13216473. OLE color: 13216473.

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

Color convert

RGB 217 170 201 -
CMYK 0 0.22 0.07 0.15
HSL 320.43º 0.38% 0.76% -
HSV(B) 320.43º 0.22% 0.85% -
XYZ 53.53 47.72 61.65 -
YUV 187.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 217 170 201 0 0.22 0.07 0.15 320.43 0.38 0.76
Hex D9 AA C9 0 16 7 F 140 26 4C
Octal 331 252 311 0 26 7 17 500 46 114
Binary 11011001 10101010 11001001 0 10110 111 1111 101000000 100110 1001100

Color Harmonies of #D9AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAC9

Black with #D9AAC9

Text Example


Text Example

White with #D9AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAC9; }

 p { color: rgb(217,170,201); }

 H1.HeaderClassName
 {
   color: #D9AAC9;
 }
 .AnyTagClassName
 {
   color: #D9AAC9;
 }
</style>

background-color css

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

 a { background-color: rgb(217,170,201); }

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

border-color css

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

 span { border-color: rgb(217,170,201); }

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