Shades of Manz #DAE353
Tints of Manz #DAE353
RGB
CMYK
RGB Variations
Color information
#DAE353 (or 0xDAE353) is known color: Manz. HEX triplet: DA, E3 and 53. RGB value is (218,227,83). Sum of RGB (Red+Green+Blue) = 218+227+83=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 83 (32.81% from 255 or 15.72% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE353 is #251CAC. Grayscale: #D0D0D0. Windows color (decimal): -2432173 or 5497818. OLE color: 5497818.
HSL color Cylindrical-coordinate representation of color #DAE353: hue angle of 63.75º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DAE353 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 83 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.11 |
| HSL | 63.75º | 0.72% | 0.61% | - |
| HSV(B) | 63.75º | 0.63% | 0.89% | - |
| XYZ | 57.94 | 70.47 | 18.73 | - |
| YUV | 207.89 | 57.52 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 83 | 0.04 | 0 | 0.63 | 0.11 | 63.75 | 0.72 | 0.61 |
| Hex | DA | E3 | 53 | 4 | 0 | 3F | B | 40 | 48 | 3D |
| Octal | 332 | 343 | 123 | 4 | 0 | 77 | 13 | 100 | 110 | 75 |
| Binary | 11011010 | 11100011 | 1010011 | 100 | 0 | 111111 | 1011 | 1000000 | 1001000 | 111101 |
Color Harmonies of #DAE353
Complementary color
Monochromatic Colors of #DAE353
Black with #DAE353
Text Example
Text Example
White with #DAE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE353; }
p { color: rgb(218,227,83); }
H1.HeaderClassName
{
color: #DAE353;
}
.AnyTagClassName
{
color: #DAE353;
}
</style>
background-color css
<style>
a { background-color: #DAE353; }
a { background-color: rgb(218,227,83); }
div.DivClassName
{
background-color: #DAE353;
}
.BgClassName
{
background-color: #DAE353;
}
</style>
border-color css
<style>
span { border-color: #DAE353; }
span { border-color: rgb(218,227,83); }
td.TdClassName
{
border-color: #DAE353;
}
.TagClassName
{
border-color: #DAE353;
}
</style>