Shades of Manz #DAE659
Tints of Manz #DAE659
RGB
CMYK
RGB Variations
Color information
#DAE659 (or 0xDAE659) is known color: Manz. HEX triplet: DA, E6 and 59. RGB value is (218,230,89). Sum of RGB (Red+Green+Blue) = 218+230+89=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 89 (35.16% from 255 or 16.57% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE659 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE659 is #2519A6. Grayscale: #D2D2D2. Windows color (decimal): -2431399 or 5891802. OLE color: 5891802.
HSL color Cylindrical-coordinate representation of color #DAE659: hue angle of 65.11º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE659 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 89 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.10 |
| HSL | 65.11º | 0.74% | 0.63% | - |
| HSV(B) | 65.11º | 0.61% | 0.9% | - |
| XYZ | 59.01 | 72.22 | 20.28 | - |
| YUV | 210.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 89 | 0.05 | 0 | 0.61 | 0.10 | 65.11 | 0.74 | 0.63 |
| Hex | DA | E6 | 59 | 5 | 0 | 3D | A | 41 | 4A | 3F |
| Octal | 332 | 346 | 131 | 5 | 0 | 75 | 12 | 101 | 112 | 77 |
| Binary | 11011010 | 11100110 | 1011001 | 101 | 0 | 111101 | 1010 | 1000001 | 1001010 | 111111 |
Color Harmonies of #DAE659
Complementary color
Monochromatic Colors of #DAE659
Black with #DAE659
Text Example
Text Example
White with #DAE659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE659; }
p { color: rgb(218,230,89); }
H1.HeaderClassName
{
color: #DAE659;
}
.AnyTagClassName
{
color: #DAE659;
}
</style>
background-color css
<style>
a { background-color: #DAE659; }
a { background-color: rgb(218,230,89); }
div.DivClassName
{
background-color: #DAE659;
}
.BgClassName
{
background-color: #DAE659;
}
</style>
border-color css
<style>
span { border-color: #DAE659; }
span { border-color: rgb(218,230,89); }
td.TdClassName
{
border-color: #DAE659;
}
.TagClassName
{
border-color: #DAE659;
}
</style>