Html Css Color HEX #D4AAC0 Maverick

📋 copy color: '#D4AAC0'

red 212 ◦ green 170 ◦ blue 192

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

Shades of Maverick #D4AAC0

Tints of Maverick #D4AAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.45%

R = 36.93%
G = 29.62%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D4AAC0 (or 0xD4AAC0) is known color: Maverick. HEX triplet: D4, AA and C0. RGB value is (212,170,192). Sum of RGB (Red+Green+Blue) = 212+170+192=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 192 (75.39% from 255 or 33.45% from 574); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAC0 is #2B553F. Grayscale: #B9B9B9. Windows color (decimal): -2839872 or 12626644. OLE color: 12626644.

HSL color Cylindrical-coordinate representation of color #D4AAC0: hue angle of 328.57º 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 #D4AAC0 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 170 192 -
CMYK 0 0.20 0.09 0.17
HSL 328.57º 0.33% 0.75% -
HSV(B) 328.57º 0.2% 0.83% -
XYZ 51.04 46.55 56.16 -
YUV 185.07 131.91 147.21 -
System Red Green Blue C M Y K H S L
Decimal 212 170 192 0 0.20 0.09 0.17 328.57 0.33 0.75
Hex D4 AA C0 0 14 9 11 149 21 4B
Octal 324 252 300 0 24 11 21 511 41 113
Binary 11010100 10101010 11000000 0 10100 1001 10001 101001001 100001 1001011

Color Harmonies of #D4AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAC0

Black with #D4AAC0

Text Example


Text Example

White with #D4AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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