Shades of Manz #DAE64F
Tints of Manz #DAE64F
RGB
CMYK
RGB Variations
Color information
#DAE64F (or 0xDAE64F) is known color: Manz. HEX triplet: DA, E6 and 4F. RGB value is (218,230,79). Sum of RGB (Red+Green+Blue) = 218+230+79=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 79 (31.25% from 255 or 14.99% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE64F is #2519B0. Grayscale: #D1D1D1. Windows color (decimal): -2431409 or 5236442. OLE color: 5236442.
HSL color Cylindrical-coordinate representation of color #DAE64F: hue angle of 64.77º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DAE64F is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 79 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.10 |
| HSL | 64.77º | 0.75% | 0.61% | - |
| HSV(B) | 64.77º | 0.66% | 0.9% | - |
| XYZ | 58.62 | 72.06 | 18.22 | - |
| YUV | 209.2 | 54.52 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 79 | 0.05 | 0 | 0.66 | 0.10 | 64.77 | 0.75 | 0.61 |
| Hex | DA | E6 | 4F | 5 | 0 | 42 | A | 41 | 4B | 3D |
| Octal | 332 | 346 | 117 | 5 | 0 | 102 | 12 | 101 | 113 | 75 |
| Binary | 11011010 | 11100110 | 1001111 | 101 | 0 | 1000010 | 1010 | 1000001 | 1001011 | 111101 |
Color Harmonies of #DAE64F
Complementary color
Monochromatic Colors of #DAE64F
Black with #DAE64F
Text Example
Text Example
White with #DAE64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE64F; }
p { color: rgb(218,230,79); }
H1.HeaderClassName
{
color: #DAE64F;
}
.AnyTagClassName
{
color: #DAE64F;
}
</style>
background-color css
<style>
a { background-color: #DAE64F; }
a { background-color: rgb(218,230,79); }
div.DivClassName
{
background-color: #DAE64F;
}
.BgClassName
{
background-color: #DAE64F;
}
</style>
border-color css
<style>
span { border-color: #DAE64F; }
span { border-color: rgb(218,230,79); }
td.TdClassName
{
border-color: #DAE64F;
}
.TagClassName
{
border-color: #DAE64F;
}
</style>