Shades of Manz #DFDA51
Tints of Manz #DFDA51
RGB
CMYK
RGB Variations
Color information
#DFDA51 (or 0xDFDA51) is known color: Manz. HEX triplet: DF, DA and 51. RGB value is (223,218,81). Sum of RGB (Red+Green+Blue) = 223+218+81=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 81 (32.03% from 255 or 15.52% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFDA51 is #2025AE. Grayscale: #CCCCCC. Windows color (decimal): -2106799 or 5364447. OLE color: 5364447.
HSL color Cylindrical-coordinate representation of color #DFDA51: hue angle of 57.89º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFDA51 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 81 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.13 |
| HSL | 57.89º | 0.69% | 0.6% | - |
| HSV(B) | 57.89º | 0.64% | 0.87% | - |
| XYZ | 56.99 | 66.42 | 17.6 | - |
| YUV | 203.88 | 58.66 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 81 | 0 | 0.02 | 0.64 | 0.13 | 57.89 | 0.69 | 0.6 |
| Hex | DF | DA | 51 | 0 | 2 | 40 | D | 3A | 45 | 3C |
| Octal | 337 | 332 | 121 | 0 | 2 | 100 | 15 | 72 | 105 | 74 |
| Binary | 11011111 | 11011010 | 1010001 | 0 | 10 | 1000000 | 1101 | 111010 | 1000101 | 111100 |
Color Harmonies of #DFDA51
Complementary color
Monochromatic Colors of #DFDA51
Black with #DFDA51
Text Example
Text Example
White with #DFDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA51; }
p { color: rgb(223,218,81); }
H1.HeaderClassName
{
color: #DFDA51;
}
.AnyTagClassName
{
color: #DFDA51;
}
</style>
background-color css
<style>
a { background-color: #DFDA51; }
a { background-color: rgb(223,218,81); }
div.DivClassName
{
background-color: #DFDA51;
}
.BgClassName
{
background-color: #DFDA51;
}
</style>
border-color css
<style>
span { border-color: #DFDA51; }
span { border-color: rgb(223,218,81); }
td.TdClassName
{
border-color: #DFDA51;
}
.TagClassName
{
border-color: #DFDA51;
}
</style>