Shades of Manz #DAE34F
Tints of Manz #DAE34F
RGB
CMYK
RGB Variations
Color information
#DAE34F (or 0xDAE34F) is known color: Manz. HEX triplet: DA, E3 and 4F. RGB value is (218,227,79). Sum of RGB (Red+Green+Blue) = 218+227+79=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 79 (31.25% from 255 or 15.08% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE34F is #251CB0. Grayscale: #D0D0D0. Windows color (decimal): -2432177 or 5235674. OLE color: 5235674.
HSL color Cylindrical-coordinate representation of color #DAE34F: hue angle of 63.65º 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 #DAE34F is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 79 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.11 |
| HSL | 63.65º | 0.73% | 0.6% | - |
| HSV(B) | 63.65º | 0.65% | 0.89% | - |
| XYZ | 57.79 | 70.41 | 17.94 | - |
| YUV | 207.44 | 55.52 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 79 | 0.04 | 0 | 0.65 | 0.11 | 63.65 | 0.73 | 0.6 |
| Hex | DA | E3 | 4F | 4 | 0 | 41 | B | 40 | 49 | 3C |
| Octal | 332 | 343 | 117 | 4 | 0 | 101 | 13 | 100 | 111 | 74 |
| Binary | 11011010 | 11100011 | 1001111 | 100 | 0 | 1000001 | 1011 | 1000000 | 1001001 | 111100 |
Color Harmonies of #DAE34F
Complementary color
Monochromatic Colors of #DAE34F
Black with #DAE34F
Text Example
Text Example
White with #DAE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE34F; }
p { color: rgb(218,227,79); }
H1.HeaderClassName
{
color: #DAE34F;
}
.AnyTagClassName
{
color: #DAE34F;
}
</style>
background-color css
<style>
a { background-color: #DAE34F; }
a { background-color: rgb(218,227,79); }
div.DivClassName
{
background-color: #DAE34F;
}
.BgClassName
{
background-color: #DAE34F;
}
</style>
border-color css
<style>
span { border-color: #DAE34F; }
span { border-color: rgb(218,227,79); }
td.TdClassName
{
border-color: #DAE34F;
}
.TagClassName
{
border-color: #DAE34F;
}
</style>