Shades of Maverick #D6A8BF
Tints of Maverick #D6A8BF
RGB
CMYK
RGB Variations
Color information
#D6A8BF (or 0xD6A8BF) is known color: Maverick. HEX triplet: D6, A8 and BF. RGB value is (214,168,191). Sum of RGB (Red+Green+Blue) = 214+168+191=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A8BF is #295740. Grayscale: #B8B8B8. Windows color (decimal): -2709313 or 12560598. OLE color: 12560598.
HSL color Cylindrical-coordinate representation of color #D6A8BF: hue angle of 330º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6A8BF is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 191 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.16 |
| HSL | 330º | 0.36% | 0.75% | - |
| HSV(B) | 330º | 0.21% | 0.84% | - |
| XYZ | 51.14 | 46.06 | 55.49 | - |
| YUV | 184.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 191 | 0 | 0.21 | 0.11 | 0.16 | 330 | 0.36 | 0.75 |
| Hex | D6 | A8 | BF | 0 | 15 | B | 10 | 14A | 24 | 4B |
| Octal | 326 | 250 | 277 | 0 | 25 | 13 | 20 | 512 | 44 | 113 |
| Binary | 11010110 | 10101000 | 10111111 | 0 | 10101 | 1011 | 10000 | 101001010 | 100100 | 1001011 |
Color Harmonies of #D6A8BF
Complementary color
Monochromatic Colors of #D6A8BF
Black with #D6A8BF
Text Example
Text Example
White with #D6A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8BF; }
p { color: rgb(214,168,191); }
H1.HeaderClassName
{
color: #D6A8BF;
}
.AnyTagClassName
{
color: #D6A8BF;
}
</style>
background-color css
<style>
a { background-color: #D6A8BF; }
a { background-color: rgb(214,168,191); }
div.DivClassName
{
background-color: #D6A8BF;
}
.BgClassName
{
background-color: #D6A8BF;
}
</style>
border-color css
<style>
span { border-color: #D6A8BF; }
span { border-color: rgb(214,168,191); }
td.TdClassName
{
border-color: #D6A8BF;
}
.TagClassName
{
border-color: #D6A8BF;
}
</style>