Shades of Maverick #D2A7BF
Tints of Maverick #D2A7BF
RGB
CMYK
RGB Variations
Color information
#D2A7BF (or 0xD2A7BF) is known color: Maverick. HEX triplet: D2, A7 and BF. RGB value is (210,167,191). Sum of RGB (Red+Green+Blue) = 210+167+191=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A7BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2A7BF is #2D5840. Grayscale: #B6B6B6. Windows color (decimal): -2971713 or 12560338. OLE color: 12560338.
HSL color Cylindrical-coordinate representation of color #D2A7BF: hue angle of 326.51º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2A7BF is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 191 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.18 |
| HSL | 326.51º | 0.32% | 0.74% | - |
| HSV(B) | 326.51º | 0.2% | 0.82% | - |
| XYZ | 49.8 | 45.1 | 55.37 | - |
| YUV | 182.59 | 132.75 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 191 | 0 | 0.20 | 0.09 | 0.18 | 326.51 | 0.32 | 0.74 |
| Hex | D2 | A7 | BF | 0 | 14 | 9 | 12 | 147 | 20 | 4A |
| Octal | 322 | 247 | 277 | 0 | 24 | 11 | 22 | 507 | 40 | 112 |
| Binary | 11010010 | 10100111 | 10111111 | 0 | 10100 | 1001 | 10010 | 101000111 | 100000 | 1001010 |
Color Harmonies of #D2A7BF
Complementary color
Monochromatic Colors of #D2A7BF
Black with #D2A7BF
Text Example
Text Example
White with #D2A7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A7BF; }
p { color: rgb(210,167,191); }
H1.HeaderClassName
{
color: #D2A7BF;
}
.AnyTagClassName
{
color: #D2A7BF;
}
</style>
background-color css
<style>
a { background-color: #D2A7BF; }
a { background-color: rgb(210,167,191); }
div.DivClassName
{
background-color: #D2A7BF;
}
.BgClassName
{
background-color: #D2A7BF;
}
</style>
border-color css
<style>
span { border-color: #D2A7BF; }
span { border-color: rgb(210,167,191); }
td.TdClassName
{
border-color: #D2A7BF;
}
.TagClassName
{
border-color: #D2A7BF;
}
</style>