Shades of Maverick #DAA2C7
Tints of Maverick #DAA2C7
RGB
CMYK
RGB Variations
Color information
#DAA2C7 (or 0xDAA2C7) is known color: Maverick. HEX triplet: DA, A2 and C7. RGB value is (218,162,199). Sum of RGB (Red+Green+Blue) = 218+162+199=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2C7 is #255D38. Grayscale: #B6B6B6. Windows color (decimal): -2448697 or 13083354. OLE color: 13083354.
HSL color Cylindrical-coordinate representation of color #DAA2C7: hue angle of 320.36º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA2C7 is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 162 | 199 | - |
| CMYK | 0 | 0.26 | 0.09 | 0.15 |
| HSL | 320.36º | 0.43% | 0.75% | - |
| HSV(B) | 320.36º | 0.26% | 0.85% | - |
| XYZ | 52.14 | 44.87 | 59.95 | - |
| YUV | 182.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 199 | 0 | 0.26 | 0.09 | 0.15 | 320.36 | 0.43 | 0.75 |
| Hex | DA | A2 | C7 | 0 | 1A | 9 | F | 140 | 2B | 4B |
| Octal | 332 | 242 | 307 | 0 | 32 | 11 | 17 | 500 | 53 | 113 |
| Binary | 11011010 | 10100010 | 11000111 | 0 | 11010 | 1001 | 1111 | 101000000 | 101011 | 1001011 |
Color Harmonies of #DAA2C7
Complementary color
Monochromatic Colors of #DAA2C7
Black with #DAA2C7
Text Example
Text Example
White with #DAA2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2C7; }
p { color: rgb(218,162,199); }
H1.HeaderClassName
{
color: #DAA2C7;
}
.AnyTagClassName
{
color: #DAA2C7;
}
</style>
background-color css
<style>
a { background-color: #DAA2C7; }
a { background-color: rgb(218,162,199); }
div.DivClassName
{
background-color: #DAA2C7;
}
.BgClassName
{
background-color: #DAA2C7;
}
</style>
border-color css
<style>
span { border-color: #DAA2C7; }
span { border-color: rgb(218,162,199); }
td.TdClassName
{
border-color: #DAA2C7;
}
.TagClassName
{
border-color: #DAA2C7;
}
</style>