Html Css Color HEX #D4ADC0 Maverick

📋 copy color: '#D4ADC0'

red 212 ◦ green 173 ◦ blue 192

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

Shades of Maverick #D4ADC0

Tints of Maverick #D4ADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.98%

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

R = 36.74%
G = 29.98%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.17

RGB Variations

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

Color information

#D4ADC0 (or 0xD4ADC0) is known color: Maverick. HEX triplet: D4, AD and C0. RGB value is (212,173,192). Sum of RGB (Red+Green+Blue) = 212+173+192=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 192 (75.39% from 255 or 33.28% from 577); Max value from RGB is 212 - color contains mainly: red. Hex color #D4ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4ADC0 is #2B523F. Grayscale: #BABABA. Windows color (decimal): -2839104 or 12627412. OLE color: 12627412.

HSL color Cylindrical-coordinate representation of color #D4ADC0: hue angle of 330.77º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4ADC0 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 192 -
CMYK 0 0.18 0.09 0.17
HSL 330.77º 0.31% 0.75% -
HSV(B) 330.77º 0.18% 0.83% -
XYZ 51.61 47.69 56.35 -
YUV 186.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 212 173 192 0 0.18 0.09 0.17 330.77 0.31 0.75
Hex D4 AD C0 0 12 9 11 14B 1F 4B
Octal 324 255 300 0 22 11 21 513 37 113
Binary 11010100 10101101 11000000 0 10010 1001 10001 101001011 11111 1001011

Color Harmonies of #D4ADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4ADC0

Black with #D4ADC0

Text Example


Text Example

White with #D4ADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4ADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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