Shades of Manz #DAE44C
Tints of Manz #DAE44C
RGB
CMYK
RGB Variations
Color information
#DAE44C (or 0xDAE44C) is known color: Manz. HEX triplet: DA, E4 and 4C. RGB value is (218,228,76). Sum of RGB (Red+Green+Blue) = 218+228+76=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE44C is #251BB3. Grayscale: #D0D0D0. Windows color (decimal): -2431924 or 5039322. OLE color: 5039322.
HSL color Cylindrical-coordinate representation of color #DAE44C: hue angle of 63.95º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DAE44C is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 76 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.11 |
| HSL | 63.95º | 0.74% | 0.6% | - |
| HSV(B) | 63.95º | 0.67% | 0.89% | - |
| XYZ | 57.96 | 70.91 | 17.47 | - |
| YUV | 207.68 | 53.69 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 76 | 0.04 | 0 | 0.67 | 0.11 | 63.95 | 0.74 | 0.6 |
| Hex | DA | E4 | 4C | 4 | 0 | 43 | B | 40 | 4A | 3C |
| Octal | 332 | 344 | 114 | 4 | 0 | 103 | 13 | 100 | 112 | 74 |
| Binary | 11011010 | 11100100 | 1001100 | 100 | 0 | 1000011 | 1011 | 1000000 | 1001010 | 111100 |
Color Harmonies of #DAE44C
Complementary color
Monochromatic Colors of #DAE44C
Black with #DAE44C
Text Example
Text Example
White with #DAE44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE44C; }
p { color: rgb(218,228,76); }
H1.HeaderClassName
{
color: #DAE44C;
}
.AnyTagClassName
{
color: #DAE44C;
}
</style>
background-color css
<style>
a { background-color: #DAE44C; }
a { background-color: rgb(218,228,76); }
div.DivClassName
{
background-color: #DAE44C;
}
.BgClassName
{
background-color: #DAE44C;
}
</style>
border-color css
<style>
span { border-color: #DAE44C; }
span { border-color: rgb(218,228,76); }
td.TdClassName
{
border-color: #DAE44C;
}
.TagClassName
{
border-color: #DAE44C;
}
</style>