Html Css Color HEX #D4AAC9 Maverick

📋 copy color: '#D4AAC9'

red 212 ◦ green 170 ◦ blue 201

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

Shades of Maverick #D4AAC9

Tints of Maverick #D4AAC9

RGB

 RED value IS 212 (83.2% from 255) = 36.36%

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

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

R = 36.36%
G = 29.16%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4AAC9 (or 0xD4AAC9) is known color: Maverick. HEX triplet: D4, AA and C9. RGB value is (212,170,201). Sum of RGB (Red+Green+Blue) = 212+170+201=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAC9 is #2B5536. Grayscale: #BABABA. Windows color (decimal): -2839863 or 13216468. OLE color: 13216468.

HSL color Cylindrical-coordinate representation of color #D4AAC9: hue angle of 315.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4AAC9 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 201 -
CMYK 0 0.20 0.05 0.17
HSL 315.71º 0.33% 0.75% -
HSV(B) 315.71º 0.2% 0.83% -
XYZ 52.07 46.96 61.58 -
YUV 186.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 212 170 201 0 0.20 0.05 0.17 315.71 0.33 0.75
Hex D4 AA C9 0 14 5 11 13C 21 4B
Octal 324 252 311 0 24 5 21 474 41 113
Binary 11010100 10101010 11001001 0 10100 101 10001 100111100 100001 1001011

Color Harmonies of #D4AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAC9

Black with #D4AAC9

Text Example


Text Example

White with #D4AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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