Shades of Manz #DAE15F
Tints of Manz #DAE15F
RGB
CMYK
RGB Variations
Color information
#DAE15F (or 0xDAE15F) is known color: Manz. HEX triplet: DA, E1 and 5F. RGB value is (218,225,95). Sum of RGB (Red+Green+Blue) = 218+225+95=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 95 (37.5% from 255 or 17.66% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE15F is #251EA0. Grayscale: #D0D0D0. Windows color (decimal): -2432673 or 6283738. OLE color: 6283738.
HSL color Cylindrical-coordinate representation of color #DAE15F: hue angle of 63.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE15F is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 95 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.12 |
| HSL | 63.23º | 0.68% | 0.63% | - |
| HSV(B) | 63.23º | 0.58% | 0.88% | - |
| XYZ | 57.9 | 69.58 | 21.21 | - |
| YUV | 208.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 95 | 0.03 | 0 | 0.58 | 0.12 | 63.23 | 0.68 | 0.63 |
| Hex | DA | E1 | 5F | 3 | 0 | 3A | C | 3F | 44 | 3F |
| Octal | 332 | 341 | 137 | 3 | 0 | 72 | 14 | 77 | 104 | 77 |
| Binary | 11011010 | 11100001 | 1011111 | 11 | 0 | 111010 | 1100 | 111111 | 1000100 | 111111 |
Color Harmonies of #DAE15F
Complementary color
Monochromatic Colors of #DAE15F
Black with #DAE15F
Text Example
Text Example
White with #DAE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE15F; }
p { color: rgb(218,225,95); }
H1.HeaderClassName
{
color: #DAE15F;
}
.AnyTagClassName
{
color: #DAE15F;
}
</style>
background-color css
<style>
a { background-color: #DAE15F; }
a { background-color: rgb(218,225,95); }
div.DivClassName
{
background-color: #DAE15F;
}
.BgClassName
{
background-color: #DAE15F;
}
</style>
border-color css
<style>
span { border-color: #DAE15F; }
span { border-color: rgb(218,225,95); }
td.TdClassName
{
border-color: #DAE15F;
}
.TagClassName
{
border-color: #DAE15F;
}
</style>