Shades of Manz #DAE44F
Tints of Manz #DAE44F
RGB
CMYK
RGB Variations
Color information
#DAE44F (or 0xDAE44F) is known color: Manz. HEX triplet: DA, E4 and 4F. RGB value is (218,228,79). Sum of RGB (Red+Green+Blue) = 218+228+79=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 228 (89.45% from 255 or 43.43% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE44F is #251BB0. Grayscale: #D0D0D0. Windows color (decimal): -2431921 or 5235930. OLE color: 5235930.
HSL color Cylindrical-coordinate representation of color #DAE44F: hue angle of 64.03º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAE44F is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 79 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.11 |
| HSL | 64.03º | 0.73% | 0.6% | - |
| HSV(B) | 64.03º | 0.65% | 0.89% | - |
| XYZ | 58.07 | 70.96 | 18.03 | - |
| YUV | 208.02 | 55.19 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 79 | 0.04 | 0 | 0.65 | 0.11 | 64.03 | 0.73 | 0.6 |
| Hex | DA | E4 | 4F | 4 | 0 | 41 | B | 40 | 49 | 3C |
| Octal | 332 | 344 | 117 | 4 | 0 | 101 | 13 | 100 | 111 | 74 |
| Binary | 11011010 | 11100100 | 1001111 | 100 | 0 | 1000001 | 1011 | 1000000 | 1001001 | 111100 |
Color Harmonies of #DAE44F
Complementary color
Monochromatic Colors of #DAE44F
Black with #DAE44F
Text Example
Text Example
White with #DAE44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE44F; }
p { color: rgb(218,228,79); }
H1.HeaderClassName
{
color: #DAE44F;
}
.AnyTagClassName
{
color: #DAE44F;
}
</style>
background-color css
<style>
a { background-color: #DAE44F; }
a { background-color: rgb(218,228,79); }
div.DivClassName
{
background-color: #DAE44F;
}
.BgClassName
{
background-color: #DAE44F;
}
</style>
border-color css
<style>
span { border-color: #DAE44F; }
span { border-color: rgb(218,228,79); }
td.TdClassName
{
border-color: #DAE44F;
}
.TagClassName
{
border-color: #DAE44F;
}
</style>