Shades of Manz #D7DF49
Tints of Manz #D7DF49
RGB
CMYK
RGB Variations
Color information
#D7DF49 (or 0xD7DF49) is known color: Manz. HEX triplet: D7, DF and 49. RGB value is (215,223,73). Sum of RGB (Red+Green+Blue) = 215+223+73=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 73 (28.91% from 255 or 14.29% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #D7DF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DF49 is #2820B6. Grayscale: #CCCCCC. Windows color (decimal): -2629815 or 4841431. OLE color: 4841431.
HSL color Cylindrical-coordinate representation of color #D7DF49: hue angle of 63.2º 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 #D7DF49 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 223 | 73 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.13 |
| HSL | 63.2º | 0.7% | 0.58% | - |
| HSV(B) | 63.2º | 0.67% | 0.87% | - |
| XYZ | 55.61 | 67.7 | 16.44 | - |
| YUV | 203.51 | 54.35 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 223 | 73 | 0.04 | 0 | 0.67 | 0.13 | 63.2 | 0.7 | 0.58 |
| Hex | D7 | DF | 49 | 4 | 0 | 43 | D | 3F | 46 | 3A |
| Octal | 327 | 337 | 111 | 4 | 0 | 103 | 15 | 77 | 106 | 72 |
| Binary | 11010111 | 11011111 | 1001001 | 100 | 0 | 1000011 | 1101 | 111111 | 1000110 | 111010 |
Color Harmonies of #D7DF49
Complementary color
Monochromatic Colors of #D7DF49
Black with #D7DF49
Text Example
Text Example
White with #D7DF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DF49; }
p { color: rgb(215,223,73); }
H1.HeaderClassName
{
color: #D7DF49;
}
.AnyTagClassName
{
color: #D7DF49;
}
</style>
background-color css
<style>
a { background-color: #D7DF49; }
a { background-color: rgb(215,223,73); }
div.DivClassName
{
background-color: #D7DF49;
}
.BgClassName
{
background-color: #D7DF49;
}
</style>
border-color css
<style>
span { border-color: #D7DF49; }
span { border-color: rgb(215,223,73); }
td.TdClassName
{
border-color: #D7DF49;
}
.TagClassName
{
border-color: #D7DF49;
}
</style>