Shades of Maverick #DAA4C7
Tints of Maverick #DAA4C7
RGB
CMYK
RGB Variations
Color information
#DAA4C7 (or 0xDAA4C7) is known color: Maverick. HEX triplet: DA, A4 and C7. RGB value is (218,164,199). Sum of RGB (Red+Green+Blue) = 218+164+199=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4C7 is #255B38. Grayscale: #B8B8B8. Windows color (decimal): -2448185 or 13083866. OLE color: 13083866.
HSL color Cylindrical-coordinate representation of color #DAA4C7: hue angle of 321.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA4C7 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 199 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.15 |
| HSL | 321.11º | 0.42% | 0.75% | - |
| HSV(B) | 321.11º | 0.25% | 0.85% | - |
| XYZ | 52.5 | 45.58 | 60.06 | - |
| YUV | 184.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 199 | 0 | 0.25 | 0.09 | 0.15 | 321.11 | 0.42 | 0.75 |
| Hex | DA | A4 | C7 | 0 | 19 | 9 | F | 141 | 2A | 4B |
| Octal | 332 | 244 | 307 | 0 | 31 | 11 | 17 | 501 | 52 | 113 |
| Binary | 11011010 | 10100100 | 11000111 | 0 | 11001 | 1001 | 1111 | 101000001 | 101010 | 1001011 |
Color Harmonies of #DAA4C7
Complementary color
Monochromatic Colors of #DAA4C7
Black with #DAA4C7
Text Example
Text Example
White with #DAA4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4C7; }
p { color: rgb(218,164,199); }
H1.HeaderClassName
{
color: #DAA4C7;
}
.AnyTagClassName
{
color: #DAA4C7;
}
</style>
background-color css
<style>
a { background-color: #DAA4C7; }
a { background-color: rgb(218,164,199); }
div.DivClassName
{
background-color: #DAA4C7;
}
.BgClassName
{
background-color: #DAA4C7;
}
</style>
border-color css
<style>
span { border-color: #DAA4C7; }
span { border-color: rgb(218,164,199); }
td.TdClassName
{
border-color: #DAA4C7;
}
.TagClassName
{
border-color: #DAA4C7;
}
</style>