Shades of Maverick #D6A4BF
Tints of Maverick #D6A4BF
RGB
CMYK
RGB Variations
Color information
#D6A4BF (or 0xD6A4BF) is known color: Maverick. HEX triplet: D6, A4 and BF. RGB value is (214,164,191). Sum of RGB (Red+Green+Blue) = 214+164+191=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A4BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A4BF is #295B40. Grayscale: #B5B5B5. Windows color (decimal): -2710337 or 12559574. OLE color: 12559574.
HSL color Cylindrical-coordinate representation of color #D6A4BF: hue angle of 327.6º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6A4BF is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 191 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.16 |
| HSL | 327.6º | 0.38% | 0.74% | - |
| HSV(B) | 327.6º | 0.23% | 0.84% | - |
| XYZ | 50.41 | 44.61 | 55.24 | - |
| YUV | 182.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 191 | 0 | 0.23 | 0.11 | 0.16 | 327.6 | 0.38 | 0.74 |
| Hex | D6 | A4 | BF | 0 | 17 | B | 10 | 148 | 26 | 4A |
| Octal | 326 | 244 | 277 | 0 | 27 | 13 | 20 | 510 | 46 | 112 |
| Binary | 11010110 | 10100100 | 10111111 | 0 | 10111 | 1011 | 10000 | 101001000 | 100110 | 1001010 |
Color Harmonies of #D6A4BF
Complementary color
Monochromatic Colors of #D6A4BF
Black with #D6A4BF
Text Example
Text Example
White with #D6A4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A4BF; }
p { color: rgb(214,164,191); }
H1.HeaderClassName
{
color: #D6A4BF;
}
.AnyTagClassName
{
color: #D6A4BF;
}
</style>
background-color css
<style>
a { background-color: #D6A4BF; }
a { background-color: rgb(214,164,191); }
div.DivClassName
{
background-color: #D6A4BF;
}
.BgClassName
{
background-color: #D6A4BF;
}
</style>
border-color css
<style>
span { border-color: #D6A4BF; }
span { border-color: rgb(214,164,191); }
td.TdClassName
{
border-color: #D6A4BF;
}
.TagClassName
{
border-color: #D6A4BF;
}
</style>