Html Css Color HEX #D9AAC4 Maverick

📋 copy color: '#D9AAC4'

red 217 ◦ green 170 ◦ blue 196

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

Shades of Maverick #D9AAC4

Tints of Maverick #D9AAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 33.62%

R = 37.22%
G = 29.16%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D9AAC4 (or 0xD9AAC4) is known color: Maverick. HEX triplet: D9, AA and C4. RGB value is (217,170,196). Sum of RGB (Red+Green+Blue) = 217+170+196=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAC4 is #26553B. Grayscale: #BABABA. Windows color (decimal): -2512188 or 12888793. OLE color: 12888793.

HSL color Cylindrical-coordinate representation of color #D9AAC4: hue angle of 326.81º 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 #D9AAC4 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 170 196 -
CMYK 0 0.22 0.10 0.15
HSL 326.81º 0.38% 0.76% -
HSV(B) 326.81º 0.22% 0.85% -
XYZ 52.95 47.49 58.6 -
YUV 187.02 133.07 149.39 -
System Red Green Blue C M Y K H S L
Decimal 217 170 196 0 0.22 0.10 0.15 326.81 0.38 0.76
Hex D9 AA C4 0 16 A F 147 26 4C
Octal 331 252 304 0 26 12 17 507 46 114
Binary 11011001 10101010 11000100 0 10110 1010 1111 101000111 100110 1001100

Color Harmonies of #D9AAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAC4

Black with #D9AAC4

Text Example


Text Example

White with #D9AAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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