Shades of Maverick #D2AACA
Tints of Maverick #D2AACA
RGB
CMYK
RGB Variations
Color information
#D2AACA (or 0xD2AACA) is known color: Maverick. HEX triplet: D2, AA and CA. RGB value is (210,170,202). Sum of RGB (Red+Green+Blue) = 210+170+202=582 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.08% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AACA is #2D5535. Grayscale: #B9B9B9. Windows color (decimal): -2970934 or 13282002. OLE color: 13282002.
HSL color Cylindrical-coordinate representation of color #D2AACA: hue angle of 312º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2AACA is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 170 | 202 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.18 |
| HSL | 312º | 0.31% | 0.75% | - |
| HSV(B) | 312º | 0.19% | 0.82% | - |
| XYZ | 51.61 | 46.72 | 62.17 | - |
| YUV | 185.61 | 137.25 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 202 | 0 | 0.19 | 0.04 | 0.18 | 312 | 0.31 | 0.75 |
| Hex | D2 | AA | CA | 0 | 13 | 4 | 12 | 138 | 1F | 4B |
| Octal | 322 | 252 | 312 | 0 | 23 | 4 | 22 | 470 | 37 | 113 |
| Binary | 11010010 | 10101010 | 11001010 | 0 | 10011 | 100 | 10010 | 100111000 | 11111 | 1001011 |
Color Harmonies of #D2AACA
Complementary color
Monochromatic Colors of #D2AACA
Black with #D2AACA
Text Example
Text Example
White with #D2AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AACA; }
p { color: rgb(210,170,202); }
H1.HeaderClassName
{
color: #D2AACA;
}
.AnyTagClassName
{
color: #D2AACA;
}
</style>
background-color css
<style>
a { background-color: #D2AACA; }
a { background-color: rgb(210,170,202); }
div.DivClassName
{
background-color: #D2AACA;
}
.BgClassName
{
background-color: #D2AACA;
}
</style>
border-color css
<style>
span { border-color: #D2AACA; }
span { border-color: rgb(210,170,202); }
td.TdClassName
{
border-color: #D2AACA;
}
.TagClassName
{
border-color: #D2AACA;
}
</style>