Shades of Maverick #D5ADC0
Tints of Maverick #D5ADC0
RGB
CMYK
RGB Variations
Color information
#D5ADC0 (or 0xD5ADC0) is known color: Maverick. HEX triplet: D5, AD and C0. RGB value is (213,173,192). Sum of RGB (Red+Green+Blue) = 213+173+192=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 192 (75.39% from 255 or 33.22% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADC0 is #2A523F. Grayscale: #BBBBBB. Windows color (decimal): -2773568 or 12627413. OLE color: 12627413.
HSL color Cylindrical-coordinate representation of color #D5ADC0: hue angle of 331.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADC0 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 192 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.16 |
| HSL | 331.5º | 0.32% | 0.76% | - |
| HSV(B) | 331.5º | 0.19% | 0.84% | - |
| XYZ | 51.9 | 47.84 | 56.37 | - |
| YUV | 187.13 | 130.75 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 192 | 0 | 0.19 | 0.10 | 0.16 | 331.5 | 0.32 | 0.76 |
| Hex | D5 | AD | C0 | 0 | 13 | A | 10 | 14C | 20 | 4C |
| Octal | 325 | 255 | 300 | 0 | 23 | 12 | 20 | 514 | 40 | 114 |
| Binary | 11010101 | 10101101 | 11000000 | 0 | 10011 | 1010 | 10000 | 101001100 | 100000 | 1001100 |
Color Harmonies of #D5ADC0
Complementary color
Monochromatic Colors of #D5ADC0
Black with #D5ADC0
Text Example
Text Example
White with #D5ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADC0; }
p { color: rgb(213,173,192); }
H1.HeaderClassName
{
color: #D5ADC0;
}
.AnyTagClassName
{
color: #D5ADC0;
}
</style>
background-color css
<style>
a { background-color: #D5ADC0; }
a { background-color: rgb(213,173,192); }
div.DivClassName
{
background-color: #D5ADC0;
}
.BgClassName
{
background-color: #D5ADC0;
}
</style>
border-color css
<style>
span { border-color: #D5ADC0; }
span { border-color: rgb(213,173,192); }
td.TdClassName
{
border-color: #D5ADC0;
}
.TagClassName
{
border-color: #D5ADC0;
}
</style>