Shades of Manz #DAE358
Tints of Manz #DAE358
RGB
CMYK
RGB Variations
Color information
#DAE358 (or 0xDAE358) is known color: Manz. HEX triplet: DA, E3 and 58. RGB value is (218,227,88). Sum of RGB (Red+Green+Blue) = 218+227+88=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE358 is #251CA7. Grayscale: #D1D1D1. Windows color (decimal): -2432168 or 5825498. OLE color: 5825498.
HSL color Cylindrical-coordinate representation of color #DAE358: hue angle of 63.88º degrees, saturation: 0.71, 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 #DAE358 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 88 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.11 |
| HSL | 63.88º | 0.71% | 0.62% | - |
| HSV(B) | 63.88º | 0.61% | 0.89% | - |
| XYZ | 58.14 | 70.55 | 19.79 | - |
| YUV | 208.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 88 | 0.04 | 0 | 0.61 | 0.11 | 63.88 | 0.71 | 0.62 |
| Hex | DA | E3 | 58 | 4 | 0 | 3D | B | 40 | 47 | 3E |
| Octal | 332 | 343 | 130 | 4 | 0 | 75 | 13 | 100 | 107 | 76 |
| Binary | 11011010 | 11100011 | 1011000 | 100 | 0 | 111101 | 1011 | 1000000 | 1000111 | 111110 |
Color Harmonies of #DAE358
Complementary color
Monochromatic Colors of #DAE358
Black with #DAE358
Text Example
Text Example
White with #DAE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE358; }
p { color: rgb(218,227,88); }
H1.HeaderClassName
{
color: #DAE358;
}
.AnyTagClassName
{
color: #DAE358;
}
</style>
background-color css
<style>
a { background-color: #DAE358; }
a { background-color: rgb(218,227,88); }
div.DivClassName
{
background-color: #DAE358;
}
.BgClassName
{
background-color: #DAE358;
}
</style>
border-color css
<style>
span { border-color: #DAE358; }
span { border-color: rgb(218,227,88); }
td.TdClassName
{
border-color: #DAE358;
}
.TagClassName
{
border-color: #DAE358;
}
</style>