Shades of Manz #DAE853
Tints of Manz #DAE853
RGB
CMYK
RGB Variations
Color information
#DAE853 (or 0xDAE853) is known color: Manz. HEX triplet: DA, E8 and 53. RGB value is (218,232,83). Sum of RGB (Red+Green+Blue) = 218+232+83=533 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.90% from 533); Green value is 232 (91.02% from 255 or 43.53% from 533); Blue value is 83 (32.81% from 255 or 15.57% from 533); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE853 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE853 is #2517AC. Grayscale: #D3D3D3. Windows color (decimal): -2430893 or 5499098. OLE color: 5499098.
HSL color Cylindrical-coordinate representation of color #DAE853: hue angle of 65.64º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAE853 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 232 | 83 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.09 |
| HSL | 65.64º | 0.76% | 0.62% | - |
| HSV(B) | 65.64º | 0.64% | 0.91% | - |
| XYZ | 59.33 | 73.24 | 19.19 | - |
| YUV | 210.83 | 55.86 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 232 | 83 | 0.06 | 0 | 0.64 | 0.09 | 65.64 | 0.76 | 0.62 |
| Hex | DA | E8 | 53 | 6 | 0 | 40 | 9 | 42 | 4C | 3E |
| Octal | 332 | 350 | 123 | 6 | 0 | 100 | 11 | 102 | 114 | 76 |
| Binary | 11011010 | 11101000 | 1010011 | 110 | 0 | 1000000 | 1001 | 1000010 | 1001100 | 111110 |
Color Harmonies of #DAE853
Complementary color
Monochromatic Colors of #DAE853
Black with #DAE853
Text Example
Text Example
White with #DAE853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE853; }
p { color: rgb(218,232,83); }
H1.HeaderClassName
{
color: #DAE853;
}
.AnyTagClassName
{
color: #DAE853;
}
</style>
background-color css
<style>
a { background-color: #DAE853; }
a { background-color: rgb(218,232,83); }
div.DivClassName
{
background-color: #DAE853;
}
.BgClassName
{
background-color: #DAE853;
}
</style>
border-color css
<style>
span { border-color: #DAE853; }
span { border-color: rgb(218,232,83); }
td.TdClassName
{
border-color: #DAE853;
}
.TagClassName
{
border-color: #DAE853;
}
</style>