Shades of Manz #DAE753
Tints of Manz #DAE753
RGB
CMYK
RGB Variations
Color information
#DAE753 (or 0xDAE753) is known color: Manz. HEX triplet: DA, E7 and 53. RGB value is (218,231,83). Sum of RGB (Red+Green+Blue) = 218+231+83=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 231 (90.62% from 255 or 43.42% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE753 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE753 is #2518AC. Grayscale: #D2D2D2. Windows color (decimal): -2431149 or 5498842. OLE color: 5498842.
HSL color Cylindrical-coordinate representation of color #DAE753: hue angle of 65.27º 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 #DAE753 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 83 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.09 |
| HSL | 65.27º | 0.76% | 0.62% | - |
| HSV(B) | 65.27º | 0.64% | 0.91% | - |
| XYZ | 59.05 | 72.68 | 19.1 | - |
| YUV | 210.24 | 56.19 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 83 | 0.06 | 0 | 0.64 | 0.09 | 65.27 | 0.76 | 0.62 |
| Hex | DA | E7 | 53 | 6 | 0 | 40 | 9 | 41 | 4C | 3E |
| Octal | 332 | 347 | 123 | 6 | 0 | 100 | 11 | 101 | 114 | 76 |
| Binary | 11011010 | 11100111 | 1010011 | 110 | 0 | 1000000 | 1001 | 1000001 | 1001100 | 111110 |
Color Harmonies of #DAE753
Complementary color
Monochromatic Colors of #DAE753
Black with #DAE753
Text Example
Text Example
White with #DAE753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE753; }
p { color: rgb(218,231,83); }
H1.HeaderClassName
{
color: #DAE753;
}
.AnyTagClassName
{
color: #DAE753;
}
</style>
background-color css
<style>
a { background-color: #DAE753; }
a { background-color: rgb(218,231,83); }
div.DivClassName
{
background-color: #DAE753;
}
.BgClassName
{
background-color: #DAE753;
}
</style>
border-color css
<style>
span { border-color: #DAE753; }
span { border-color: rgb(218,231,83); }
td.TdClassName
{
border-color: #DAE753;
}
.TagClassName
{
border-color: #DAE753;
}
</style>