Html Css Color HEX #D4AAC3 Maverick

📋 copy color: '#D4AAC3'

red 212 ◦ green 170 ◦ blue 195

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

Shades of Maverick #D4AAC3

Tints of Maverick #D4AAC3

RGB

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

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

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

R = 36.74%
G = 29.46%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.17

RGB Variations

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

Color information

#D4AAC3 (or 0xD4AAC3) is known color: Maverick. HEX triplet: D4, AA and C3. RGB value is (212,170,195). Sum of RGB (Red+Green+Blue) = 212+170+195=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 195 (76.56% from 255 or 33.80% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AAC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AAC3 is #2B553C. Grayscale: #B9B9B9. Windows color (decimal): -2839869 or 12823252. OLE color: 12823252.

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

Color convert

RGB 212 170 195 -
CMYK 0 0.20 0.08 0.17
HSL 324.29º 0.33% 0.75% -
HSV(B) 324.29º 0.2% 0.83% -
XYZ 51.38 46.69 57.93 -
YUV 185.41 133.41 146.97 -
System Red Green Blue C M Y K H S L
Decimal 212 170 195 0 0.20 0.08 0.17 324.29 0.33 0.75
Hex D4 AA C3 0 14 8 11 144 21 4B
Octal 324 252 303 0 24 10 21 504 41 113
Binary 11010100 10101010 11000011 0 10100 1000 10001 101000100 100001 1001011

Color Harmonies of #D4AAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AAC3

Black with #D4AAC3

Text Example


Text Example

White with #D4AAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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