Shades of Manz #DAE35D
Tints of Manz #DAE35D
RGB
CMYK
RGB Variations
Color information
#DAE35D (or 0xDAE35D) is known color: Manz. HEX triplet: DA, E3 and 5D. RGB value is (218,227,93). Sum of RGB (Red+Green+Blue) = 218+227+93=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE35D is #251CA2. Grayscale: #D1D1D1. Windows color (decimal): -2432163 or 6153178. OLE color: 6153178.
HSL color Cylindrical-coordinate representation of color #DAE35D: hue angle of 64.03º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE35D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 93 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.11 |
| HSL | 64.03º | 0.71% | 0.63% | - |
| HSV(B) | 64.03º | 0.59% | 0.89% | - |
| XYZ | 58.36 | 70.63 | 20.91 | - |
| YUV | 209.03 | 62.52 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 93 | 0.04 | 0 | 0.59 | 0.11 | 64.03 | 0.71 | 0.63 |
| Hex | DA | E3 | 5D | 4 | 0 | 3B | B | 40 | 47 | 3F |
| Octal | 332 | 343 | 135 | 4 | 0 | 73 | 13 | 100 | 107 | 77 |
| Binary | 11011010 | 11100011 | 1011101 | 100 | 0 | 111011 | 1011 | 1000000 | 1000111 | 111111 |
Color Harmonies of #DAE35D
Complementary color
Monochromatic Colors of #DAE35D
Black with #DAE35D
Text Example
Text Example
White with #DAE35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE35D; }
p { color: rgb(218,227,93); }
H1.HeaderClassName
{
color: #DAE35D;
}
.AnyTagClassName
{
color: #DAE35D;
}
</style>
background-color css
<style>
a { background-color: #DAE35D; }
a { background-color: rgb(218,227,93); }
div.DivClassName
{
background-color: #DAE35D;
}
.BgClassName
{
background-color: #DAE35D;
}
</style>
border-color css
<style>
span { border-color: #DAE35D; }
span { border-color: rgb(218,227,93); }
td.TdClassName
{
border-color: #DAE35D;
}
.TagClassName
{
border-color: #DAE35D;
}
</style>