Shades of Manz #DAE05A
Tints of Manz #DAE05A
RGB
CMYK
RGB Variations
Color information
#DAE05A (or 0xDAE05A) is known color: Manz. HEX triplet: DA, E0 and 5A. RGB value is (218,224,90). Sum of RGB (Red+Green+Blue) = 218+224+90=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE05A is #251FA5. Grayscale: #CFCFCF. Windows color (decimal): -2432934 or 5955802. OLE color: 5955802.
HSL color Cylindrical-coordinate representation of color #DAE05A: hue angle of 62.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAE05A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 90 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.12 |
| HSL | 62.69º | 0.68% | 0.62% | - |
| HSV(B) | 62.69º | 0.6% | 0.88% | - |
| XYZ | 57.41 | 68.95 | 19.96 | - |
| YUV | 206.93 | 62.01 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 90 | 0.03 | 0 | 0.60 | 0.12 | 62.69 | 0.68 | 0.62 |
| Hex | DA | E0 | 5A | 3 | 0 | 3C | C | 3F | 44 | 3E |
| Octal | 332 | 340 | 132 | 3 | 0 | 74 | 14 | 77 | 104 | 76 |
| Binary | 11011010 | 11100000 | 1011010 | 11 | 0 | 111100 | 1100 | 111111 | 1000100 | 111110 |
Color Harmonies of #DAE05A
Complementary color
Monochromatic Colors of #DAE05A
Black with #DAE05A
Text Example
Text Example
White with #DAE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE05A; }
p { color: rgb(218,224,90); }
H1.HeaderClassName
{
color: #DAE05A;
}
.AnyTagClassName
{
color: #DAE05A;
}
</style>
background-color css
<style>
a { background-color: #DAE05A; }
a { background-color: rgb(218,224,90); }
div.DivClassName
{
background-color: #DAE05A;
}
.BgClassName
{
background-color: #DAE05A;
}
</style>
border-color css
<style>
span { border-color: #DAE05A; }
span { border-color: rgb(218,224,90); }
td.TdClassName
{
border-color: #DAE05A;
}
.TagClassName
{
border-color: #DAE05A;
}
</style>