Shades of Maverick #DAA5C5
Tints of Maverick #DAA5C5
RGB
CMYK
RGB Variations
Color information
#DAA5C5 (or 0xDAA5C5) is known color: Maverick. HEX triplet: DA, A5 and C5. RGB value is (218,165,197). Sum of RGB (Red+Green+Blue) = 218+165+197=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 165 (64.84% from 255 or 28.45% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5C5 is #255A3A. Grayscale: #B8B8B8. Windows color (decimal): -2447931 or 12953050. OLE color: 12953050.
HSL color Cylindrical-coordinate representation of color #DAA5C5: hue angle of 323.77º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAA5C5 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 197 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.15 |
| HSL | 323.77º | 0.42% | 0.75% | - |
| HSV(B) | 323.77º | 0.24% | 0.85% | - |
| XYZ | 52.45 | 45.85 | 58.91 | - |
| YUV | 184.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 197 | 0 | 0.24 | 0.10 | 0.15 | 323.77 | 0.42 | 0.75 |
| Hex | DA | A5 | C5 | 0 | 18 | A | F | 144 | 2A | 4B |
| Octal | 332 | 245 | 305 | 0 | 30 | 12 | 17 | 504 | 52 | 113 |
| Binary | 11011010 | 10100101 | 11000101 | 0 | 11000 | 1010 | 1111 | 101000100 | 101010 | 1001011 |
Color Harmonies of #DAA5C5
Complementary color
Monochromatic Colors of #DAA5C5
Black with #DAA5C5
Text Example
Text Example
White with #DAA5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA5C5; }
p { color: rgb(218,165,197); }
H1.HeaderClassName
{
color: #DAA5C5;
}
.AnyTagClassName
{
color: #DAA5C5;
}
</style>
background-color css
<style>
a { background-color: #DAA5C5; }
a { background-color: rgb(218,165,197); }
div.DivClassName
{
background-color: #DAA5C5;
}
.BgClassName
{
background-color: #DAA5C5;
}
</style>
border-color css
<style>
span { border-color: #DAA5C5; }
span { border-color: rgb(218,165,197); }
td.TdClassName
{
border-color: #DAA5C5;
}
.TagClassName
{
border-color: #DAA5C5;
}
</style>