Shades of Manz #DAE351
Tints of Manz #DAE351
RGB
CMYK
RGB Variations
Color information
#DAE351 (or 0xDAE351) is known color: Manz. HEX triplet: DA, E3 and 51. RGB value is (218,227,81). Sum of RGB (Red+Green+Blue) = 218+227+81=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 227 (89.06% from 255 or 43.16% from 526); Blue value is 81 (32.03% from 255 or 15.40% from 526); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE351 is #251CAE. Grayscale: #D0D0D0. Windows color (decimal): -2432175 or 5366746. OLE color: 5366746.
HSL color Cylindrical-coordinate representation of color #DAE351: hue angle of 63.7º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAE351 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 81 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.11 |
| HSL | 63.7º | 0.72% | 0.6% | - |
| HSV(B) | 63.7º | 0.64% | 0.89% | - |
| XYZ | 57.87 | 70.44 | 18.33 | - |
| YUV | 207.67 | 56.52 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 81 | 0.04 | 0 | 0.64 | 0.11 | 63.7 | 0.72 | 0.6 |
| Hex | DA | E3 | 51 | 4 | 0 | 40 | B | 40 | 48 | 3C |
| Octal | 332 | 343 | 121 | 4 | 0 | 100 | 13 | 100 | 110 | 74 |
| Binary | 11011010 | 11100011 | 1010001 | 100 | 0 | 1000000 | 1011 | 1000000 | 1001000 | 111100 |
Color Harmonies of #DAE351
Complementary color
Monochromatic Colors of #DAE351
Black with #DAE351
Text Example
Text Example
White with #DAE351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE351; }
p { color: rgb(218,227,81); }
H1.HeaderClassName
{
color: #DAE351;
}
.AnyTagClassName
{
color: #DAE351;
}
</style>
background-color css
<style>
a { background-color: #DAE351; }
a { background-color: rgb(218,227,81); }
div.DivClassName
{
background-color: #DAE351;
}
.BgClassName
{
background-color: #DAE351;
}
</style>
border-color css
<style>
span { border-color: #DAE351; }
span { border-color: rgb(218,227,81); }
td.TdClassName
{
border-color: #DAE351;
}
.TagClassName
{
border-color: #DAE351;
}
</style>