Html Css Color HEX #D9AAC3 Maverick

📋 copy color: '#D9AAC3'

red 217 ◦ green 170 ◦ blue 195

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

Shades of Maverick #D9AAC3

Tints of Maverick #D9AAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.51%

R = 37.29%
G = 29.21%
B = 33.51%

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

#D9AAC3 (or 0xD9AAC3) is known color: Maverick. HEX triplet: D9, AA and C3. RGB value is (217,170,195). Sum of RGB (Red+Green+Blue) = 217+170+195=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAC3 is #26553C. Grayscale: #BABABA. Windows color (decimal): -2512189 or 12823257. OLE color: 12823257.

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

Color convert

RGB 217 170 195 -
CMYK 0 0.22 0.10 0.15
HSL 328.09º 0.38% 0.76% -
HSV(B) 328.09º 0.22% 0.85% -
XYZ 52.84 47.44 58 -
YUV 186.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 217 170 195 0 0.22 0.10 0.15 328.09 0.38 0.76
Hex D9 AA C3 0 16 A F 148 26 4C
Octal 331 252 303 0 26 12 17 510 46 114
Binary 11011001 10101010 11000011 0 10110 1010 1111 101001000 100110 1001100

Color Harmonies of #D9AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAC3

Black with #D9AAC3

Text Example


Text Example

White with #D9AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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