Shades of Maverick #D2ADC0
Tints of Maverick #D2ADC0
RGB
CMYK
RGB Variations
Color information
#D2ADC0 (or 0xD2ADC0) is known color: Maverick. HEX triplet: D2, AD and C0. RGB value is (210,173,192). Sum of RGB (Red+Green+Blue) = 210+173+192=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADC0 is #2D523F. Grayscale: #BABABA. Windows color (decimal): -2970176 or 12627410. OLE color: 12627410.
HSL color Cylindrical-coordinate representation of color #D2ADC0: hue angle of 329.19º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2ADC0 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 192 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.18 |
| HSL | 329.19º | 0.29% | 0.75% | - |
| HSV(B) | 329.19º | 0.18% | 0.82% | - |
| XYZ | 51.04 | 47.39 | 56.33 | - |
| YUV | 186.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 192 | 0 | 0.18 | 0.09 | 0.18 | 329.19 | 0.29 | 0.75 |
| Hex | D2 | AD | C0 | 0 | 12 | 9 | 12 | 149 | 1D | 4B |
| Octal | 322 | 255 | 300 | 0 | 22 | 11 | 22 | 511 | 35 | 113 |
| Binary | 11010010 | 10101101 | 11000000 | 0 | 10010 | 1001 | 10010 | 101001001 | 11101 | 1001011 |
Color Harmonies of #D2ADC0
Complementary color
Monochromatic Colors of #D2ADC0
Black with #D2ADC0
Text Example
Text Example
White with #D2ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ADC0; }
p { color: rgb(210,173,192); }
H1.HeaderClassName
{
color: #D2ADC0;
}
.AnyTagClassName
{
color: #D2ADC0;
}
</style>
background-color css
<style>
a { background-color: #D2ADC0; }
a { background-color: rgb(210,173,192); }
div.DivClassName
{
background-color: #D2ADC0;
}
.BgClassName
{
background-color: #D2ADC0;
}
</style>
border-color css
<style>
span { border-color: #D2ADC0; }
span { border-color: rgb(210,173,192); }
td.TdClassName
{
border-color: #D2ADC0;
}
.TagClassName
{
border-color: #D2ADC0;
}
</style>