Shades of Manz #DAE14F
Tints of Manz #DAE14F
RGB
CMYK
RGB Variations
Color information
#DAE14F (or 0xDAE14F) is known color: Manz. HEX triplet: DA, E1 and 4F. RGB value is (218,225,79). Sum of RGB (Red+Green+Blue) = 218+225+79=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 79 (31.25% from 255 or 15.13% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE14F is #251EB0. Grayscale: #CECECE. Windows color (decimal): -2432689 or 5235162. OLE color: 5235162.
HSL color Cylindrical-coordinate representation of color #DAE14F: hue angle of 62.88º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAE14F is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 79 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.12 |
| HSL | 62.88º | 0.71% | 0.6% | - |
| HSV(B) | 62.88º | 0.65% | 0.88% | - |
| XYZ | 57.25 | 69.32 | 17.76 | - |
| YUV | 206.26 | 56.18 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 79 | 0.03 | 0 | 0.65 | 0.12 | 62.88 | 0.71 | 0.6 |
| Hex | DA | E1 | 4F | 3 | 0 | 41 | C | 3F | 47 | 3C |
| Octal | 332 | 341 | 117 | 3 | 0 | 101 | 14 | 77 | 107 | 74 |
| Binary | 11011010 | 11100001 | 1001111 | 11 | 0 | 1000001 | 1100 | 111111 | 1000111 | 111100 |
Color Harmonies of #DAE14F
Complementary color
Monochromatic Colors of #DAE14F
Black with #DAE14F
Text Example
Text Example
White with #DAE14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE14F; }
p { color: rgb(218,225,79); }
H1.HeaderClassName
{
color: #DAE14F;
}
.AnyTagClassName
{
color: #DAE14F;
}
</style>
background-color css
<style>
a { background-color: #DAE14F; }
a { background-color: rgb(218,225,79); }
div.DivClassName
{
background-color: #DAE14F;
}
.BgClassName
{
background-color: #DAE14F;
}
</style>
border-color css
<style>
span { border-color: #DAE14F; }
span { border-color: rgb(218,225,79); }
td.TdClassName
{
border-color: #DAE14F;
}
.TagClassName
{
border-color: #DAE14F;
}
</style>