Shades of Manz #DAE451
Tints of Manz #DAE451
RGB
CMYK
RGB Variations
Color information
#DAE451 (or 0xDAE451) is known color: Manz. HEX triplet: DA, E4 and 51. RGB value is (218,228,81). Sum of RGB (Red+Green+Blue) = 218+228+81=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 81 (32.03% from 255 or 15.37% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE451 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE451 is #251BAE. Grayscale: #D0D0D0. Windows color (decimal): -2431919 or 5367002. OLE color: 5367002.
HSL color Cylindrical-coordinate representation of color #DAE451: hue angle of 64.08º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DAE451 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 81 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.11 |
| HSL | 64.08º | 0.73% | 0.61% | - |
| HSV(B) | 64.08º | 0.64% | 0.89% | - |
| XYZ | 58.14 | 70.99 | 18.42 | - |
| YUV | 208.25 | 56.19 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 81 | 0.04 | 0 | 0.64 | 0.11 | 64.08 | 0.73 | 0.61 |
| Hex | DA | E4 | 51 | 4 | 0 | 40 | B | 40 | 49 | 3D |
| Octal | 332 | 344 | 121 | 4 | 0 | 100 | 13 | 100 | 111 | 75 |
| Binary | 11011010 | 11100100 | 1010001 | 100 | 0 | 1000000 | 1011 | 1000000 | 1001001 | 111101 |
Color Harmonies of #DAE451
Complementary color
Monochromatic Colors of #DAE451
Black with #DAE451
Text Example
Text Example
White with #DAE451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE451; }
p { color: rgb(218,228,81); }
H1.HeaderClassName
{
color: #DAE451;
}
.AnyTagClassName
{
color: #DAE451;
}
</style>
background-color css
<style>
a { background-color: #DAE451; }
a { background-color: rgb(218,228,81); }
div.DivClassName
{
background-color: #DAE451;
}
.BgClassName
{
background-color: #DAE451;
}
</style>
border-color css
<style>
span { border-color: #DAE451; }
span { border-color: rgb(218,228,81); }
td.TdClassName
{
border-color: #DAE451;
}
.TagClassName
{
border-color: #DAE451;
}
</style>