Shades of Manz #DAE05E
Tints of Manz #DAE05E
RGB
CMYK
RGB Variations
Color information
#DAE05E (or 0xDAE05E) is known color: Manz. HEX triplet: DA, E0 and 5E. RGB value is (218,224,94). Sum of RGB (Red+Green+Blue) = 218+224+94=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE05E is #251FA1. Grayscale: #CFCFCF. Windows color (decimal): -2432930 or 6217946. OLE color: 6217946.
HSL color Cylindrical-coordinate representation of color #DAE05E: hue angle of 62.77º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE05E is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 94 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.12 |
| HSL | 62.77º | 0.68% | 0.62% | - |
| HSV(B) | 62.77º | 0.58% | 0.88% | - |
| XYZ | 57.59 | 69.02 | 20.88 | - |
| YUV | 207.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 94 | 0.03 | 0 | 0.58 | 0.12 | 62.77 | 0.68 | 0.62 |
| Hex | DA | E0 | 5E | 3 | 0 | 3A | C | 3F | 44 | 3E |
| Octal | 332 | 340 | 136 | 3 | 0 | 72 | 14 | 77 | 104 | 76 |
| Binary | 11011010 | 11100000 | 1011110 | 11 | 0 | 111010 | 1100 | 111111 | 1000100 | 111110 |
Color Harmonies of #DAE05E
Complementary color
Monochromatic Colors of #DAE05E
Black with #DAE05E
Text Example
Text Example
White with #DAE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE05E; }
p { color: rgb(218,224,94); }
H1.HeaderClassName
{
color: #DAE05E;
}
.AnyTagClassName
{
color: #DAE05E;
}
</style>
background-color css
<style>
a { background-color: #DAE05E; }
a { background-color: rgb(218,224,94); }
div.DivClassName
{
background-color: #DAE05E;
}
.BgClassName
{
background-color: #DAE05E;
}
</style>
border-color css
<style>
span { border-color: #DAE05E; }
span { border-color: rgb(218,224,94); }
td.TdClassName
{
border-color: #DAE05E;
}
.TagClassName
{
border-color: #DAE05E;
}
</style>