Shades of Manz #DAE058
Tints of Manz #DAE058
RGB
CMYK
RGB Variations
Color information
#DAE058 (or 0xDAE058) is known color: Manz. HEX triplet: DA, E0 and 58. RGB value is (218,224,88). Sum of RGB (Red+Green+Blue) = 218+224+88=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 88 (34.77% from 255 or 16.60% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE058 is #251FA7. Grayscale: #CFCFCF. Windows color (decimal): -2432936 or 5824730. OLE color: 5824730.
HSL color Cylindrical-coordinate representation of color #DAE058: hue angle of 62.65º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE058 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 88 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.12 |
| HSL | 62.65º | 0.69% | 0.61% | - |
| HSV(B) | 62.65º | 0.61% | 0.88% | - |
| XYZ | 57.33 | 68.92 | 19.51 | - |
| YUV | 206.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 88 | 0.03 | 0 | 0.61 | 0.12 | 62.65 | 0.69 | 0.61 |
| Hex | DA | E0 | 58 | 3 | 0 | 3D | C | 3F | 45 | 3D |
| Octal | 332 | 340 | 130 | 3 | 0 | 75 | 14 | 77 | 105 | 75 |
| Binary | 11011010 | 11100000 | 1011000 | 11 | 0 | 111101 | 1100 | 111111 | 1000101 | 111101 |
Color Harmonies of #DAE058
Complementary color
Monochromatic Colors of #DAE058
Black with #DAE058
Text Example
Text Example
White with #DAE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE058; }
p { color: rgb(218,224,88); }
H1.HeaderClassName
{
color: #DAE058;
}
.AnyTagClassName
{
color: #DAE058;
}
</style>
background-color css
<style>
a { background-color: #DAE058; }
a { background-color: rgb(218,224,88); }
div.DivClassName
{
background-color: #DAE058;
}
.BgClassName
{
background-color: #DAE058;
}
</style>
border-color css
<style>
span { border-color: #DAE058; }
span { border-color: rgb(218,224,88); }
td.TdClassName
{
border-color: #DAE058;
}
.TagClassName
{
border-color: #DAE058;
}
</style>