Shades of Manz #DAE350
Tints of Manz #DAE350
RGB
CMYK
RGB Variations
Color information
#DAE350 (or 0xDAE350) is known color: Manz. HEX triplet: DA, E3 and 50. RGB value is (218,227,80). Sum of RGB (Red+Green+Blue) = 218+227+80=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 80 (31.64% from 255 or 15.24% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE350 is #251CAF. Grayscale: #D0D0D0. Windows color (decimal): -2432176 or 5301210. OLE color: 5301210.
HSL color Cylindrical-coordinate representation of color #DAE350: hue angle of 63.67º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DAE350 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 80 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.11 |
| HSL | 63.67º | 0.72% | 0.6% | - |
| HSV(B) | 63.67º | 0.65% | 0.89% | - |
| XYZ | 57.83 | 70.42 | 18.13 | - |
| YUV | 207.55 | 56.02 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 80 | 0.04 | 0 | 0.65 | 0.11 | 63.67 | 0.72 | 0.6 |
| Hex | DA | E3 | 50 | 4 | 0 | 41 | B | 40 | 48 | 3C |
| Octal | 332 | 343 | 120 | 4 | 0 | 101 | 13 | 100 | 110 | 74 |
| Binary | 11011010 | 11100011 | 1010000 | 100 | 0 | 1000001 | 1011 | 1000000 | 1001000 | 111100 |
Color Harmonies of #DAE350
Complementary color
Monochromatic Colors of #DAE350
Black with #DAE350
Text Example
Text Example
White with #DAE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE350; }
p { color: rgb(218,227,80); }
H1.HeaderClassName
{
color: #DAE350;
}
.AnyTagClassName
{
color: #DAE350;
}
</style>
background-color css
<style>
a { background-color: #DAE350; }
a { background-color: rgb(218,227,80); }
div.DivClassName
{
background-color: #DAE350;
}
.BgClassName
{
background-color: #DAE350;
}
</style>
border-color css
<style>
span { border-color: #DAE350; }
span { border-color: rgb(218,227,80); }
td.TdClassName
{
border-color: #DAE350;
}
.TagClassName
{
border-color: #DAE350;
}
</style>