Shades of Manz #D5DF49
Tints of Manz #D5DF49
RGB
CMYK
RGB Variations
Color information
#D5DF49 (or 0xD5DF49) is known color: Manz. HEX triplet: D5, DF and 49. RGB value is (213,223,73). Sum of RGB (Red+Green+Blue) = 213+223+73=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 73 (28.91% from 255 or 14.34% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF49 is #2A20B6. Grayscale: #CBCBCB. Windows color (decimal): -2760887 or 4841429. OLE color: 4841429.
HSL color Cylindrical-coordinate representation of color #D5DF49: hue angle of 64º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5DF49 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 73 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.13 |
| HSL | 64º | 0.7% | 0.58% | - |
| HSV(B) | 64º | 0.67% | 0.87% | - |
| XYZ | 55.03 | 67.4 | 16.41 | - |
| YUV | 202.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 73 | 0.04 | 0 | 0.67 | 0.13 | 64 | 0.7 | 0.58 |
| Hex | D5 | DF | 49 | 4 | 0 | 43 | D | 40 | 46 | 3A |
| Octal | 325 | 337 | 111 | 4 | 0 | 103 | 15 | 100 | 106 | 72 |
| Binary | 11010101 | 11011111 | 1001001 | 100 | 0 | 1000011 | 1101 | 1000000 | 1000110 | 111010 |
Color Harmonies of #D5DF49
Complementary color
Monochromatic Colors of #D5DF49
Black with #D5DF49
Text Example
Text Example
White with #D5DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF49; }
p { color: rgb(213,223,73); }
H1.HeaderClassName
{
color: #D5DF49;
}
.AnyTagClassName
{
color: #D5DF49;
}
</style>
background-color css
<style>
a { background-color: #D5DF49; }
a { background-color: rgb(213,223,73); }
div.DivClassName
{
background-color: #D5DF49;
}
.BgClassName
{
background-color: #D5DF49;
}
</style>
border-color css
<style>
span { border-color: #D5DF49; }
span { border-color: rgb(213,223,73); }
td.TdClassName
{
border-color: #D5DF49;
}
.TagClassName
{
border-color: #D5DF49;
}
</style>