Shades of Manz #DFEA49
Tints of Manz #DFEA49
RGB
CMYK
RGB Variations
Color information
#DFEA49 (or 0xDFEA49) is known color: Manz. HEX triplet: DF, EA and 49. RGB value is (223,234,73). Sum of RGB (Red+Green+Blue) = 223+234+73=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 73 (28.91% from 255 or 13.77% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA49 is #2015B6. Grayscale: #D4D4D4. Windows color (decimal): -2102711 or 4844255. OLE color: 4844255.
HSL color Cylindrical-coordinate representation of color #DFEA49: hue angle of 64.1º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFEA49 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 73 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.08 |
| HSL | 64.1º | 0.79% | 0.6% | - |
| HSV(B) | 64.1º | 0.69% | 0.92% | - |
| XYZ | 61.06 | 75.01 | 17.56 | - |
| YUV | 212.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 73 | 0.05 | 0 | 0.69 | 0.08 | 64.1 | 0.79 | 0.6 |
| Hex | DF | EA | 49 | 5 | 0 | 45 | 8 | 40 | 4F | 3C |
| Octal | 337 | 352 | 111 | 5 | 0 | 105 | 10 | 100 | 117 | 74 |
| Binary | 11011111 | 11101010 | 1001001 | 101 | 0 | 1000101 | 1000 | 1000000 | 1001111 | 111100 |
Color Harmonies of #DFEA49
Complementary color
Monochromatic Colors of #DFEA49
Black with #DFEA49
Text Example
Text Example
White with #DFEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA49; }
p { color: rgb(223,234,73); }
H1.HeaderClassName
{
color: #DFEA49;
}
.AnyTagClassName
{
color: #DFEA49;
}
</style>
background-color css
<style>
a { background-color: #DFEA49; }
a { background-color: rgb(223,234,73); }
div.DivClassName
{
background-color: #DFEA49;
}
.BgClassName
{
background-color: #DFEA49;
}
</style>
border-color css
<style>
span { border-color: #DFEA49; }
span { border-color: rgb(223,234,73); }
td.TdClassName
{
border-color: #DFEA49;
}
.TagClassName
{
border-color: #DFEA49;
}
</style>