Shades of Manz #DAE05C
Tints of Manz #DAE05C
RGB
CMYK
RGB Variations
Color information
#DAE05C (or 0xDAE05C) is known color: Manz. HEX triplet: DA, E0 and 5C. RGB value is (218,224,92). Sum of RGB (Red+Green+Blue) = 218+224+92=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE05C is #251FA3. Grayscale: #CFCFCF. Windows color (decimal): -2432932 or 6086874. OLE color: 6086874.
HSL color Cylindrical-coordinate representation of color #DAE05C: hue angle of 62.73º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAE05C is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 92 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.12 |
| HSL | 62.73º | 0.68% | 0.62% | - |
| HSV(B) | 62.73º | 0.59% | 0.88% | - |
| XYZ | 57.5 | 68.99 | 20.41 | - |
| YUV | 207.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 92 | 0.03 | 0 | 0.59 | 0.12 | 62.73 | 0.68 | 0.62 |
| Hex | DA | E0 | 5C | 3 | 0 | 3B | C | 3F | 44 | 3E |
| Octal | 332 | 340 | 134 | 3 | 0 | 73 | 14 | 77 | 104 | 76 |
| Binary | 11011010 | 11100000 | 1011100 | 11 | 0 | 111011 | 1100 | 111111 | 1000100 | 111110 |
Color Harmonies of #DAE05C
Complementary color
Monochromatic Colors of #DAE05C
Black with #DAE05C
Text Example
Text Example
White with #DAE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE05C; }
p { color: rgb(218,224,92); }
H1.HeaderClassName
{
color: #DAE05C;
}
.AnyTagClassName
{
color: #DAE05C;
}
</style>
background-color css
<style>
a { background-color: #DAE05C; }
a { background-color: rgb(218,224,92); }
div.DivClassName
{
background-color: #DAE05C;
}
.BgClassName
{
background-color: #DAE05C;
}
</style>
border-color css
<style>
span { border-color: #DAE05C; }
span { border-color: rgb(218,224,92); }
td.TdClassName
{
border-color: #DAE05C;
}
.TagClassName
{
border-color: #DAE05C;
}
</style>