Shades of Manz #DAE258
Tints of Manz #DAE258
RGB
CMYK
RGB Variations
Color information
#DAE258 (or 0xDAE258) is known color: Manz. HEX triplet: DA, E2 and 58. RGB value is (218,226,88). Sum of RGB (Red+Green+Blue) = 218+226+88=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE258 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE258 is #251DA7. Grayscale: #D0D0D0. Windows color (decimal): -2432424 or 5825242. OLE color: 5825242.
HSL color Cylindrical-coordinate representation of color #DAE258: hue angle of 63.48º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE258 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 88 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.11 |
| HSL | 63.48º | 0.7% | 0.62% | - |
| HSV(B) | 63.48º | 0.61% | 0.89% | - |
| XYZ | 57.87 | 70 | 19.69 | - |
| YUV | 207.88 | 60.35 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 88 | 0.04 | 0 | 0.61 | 0.11 | 63.48 | 0.7 | 0.62 |
| Hex | DA | E2 | 58 | 4 | 0 | 3D | B | 3F | 46 | 3E |
| Octal | 332 | 342 | 130 | 4 | 0 | 75 | 13 | 77 | 106 | 76 |
| Binary | 11011010 | 11100010 | 1011000 | 100 | 0 | 111101 | 1011 | 111111 | 1000110 | 111110 |
Color Harmonies of #DAE258
Complementary color
Monochromatic Colors of #DAE258
Black with #DAE258
Text Example
Text Example
White with #DAE258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE258; }
p { color: rgb(218,226,88); }
H1.HeaderClassName
{
color: #DAE258;
}
.AnyTagClassName
{
color: #DAE258;
}
</style>
background-color css
<style>
a { background-color: #DAE258; }
a { background-color: rgb(218,226,88); }
div.DivClassName
{
background-color: #DAE258;
}
.BgClassName
{
background-color: #DAE258;
}
</style>
border-color css
<style>
span { border-color: #DAE258; }
span { border-color: rgb(218,226,88); }
td.TdClassName
{
border-color: #DAE258;
}
.TagClassName
{
border-color: #DAE258;
}
</style>