Shades of Manz #DAE65A
Tints of Manz #DAE65A
RGB
CMYK
RGB Variations
Color information
#DAE65A (or 0xDAE65A) is known color: Manz. HEX triplet: DA, E6 and 5A. RGB value is (218,230,90). Sum of RGB (Red+Green+Blue) = 218+230+90=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 230 (90.23% from 255 or 42.75% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE65A is #2519A5. Grayscale: #D2D2D2. Windows color (decimal): -2431398 or 5957338. OLE color: 5957338.
HSL color Cylindrical-coordinate representation of color #DAE65A: hue angle of 65.14º 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 #DAE65A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 90 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.10 |
| HSL | 65.14º | 0.74% | 0.63% | - |
| HSV(B) | 65.14º | 0.61% | 0.9% | - |
| XYZ | 59.06 | 72.24 | 20.5 | - |
| YUV | 210.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 90 | 0.05 | 0 | 0.61 | 0.10 | 65.14 | 0.74 | 0.63 |
| Hex | DA | E6 | 5A | 5 | 0 | 3D | A | 41 | 4A | 3F |
| Octal | 332 | 346 | 132 | 5 | 0 | 75 | 12 | 101 | 112 | 77 |
| Binary | 11011010 | 11100110 | 1011010 | 101 | 0 | 111101 | 1010 | 1000001 | 1001010 | 111111 |
Color Harmonies of #DAE65A
Complementary color
Monochromatic Colors of #DAE65A
Black with #DAE65A
Text Example
Text Example
White with #DAE65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE65A; }
p { color: rgb(218,230,90); }
H1.HeaderClassName
{
color: #DAE65A;
}
.AnyTagClassName
{
color: #DAE65A;
}
</style>
background-color css
<style>
a { background-color: #DAE65A; }
a { background-color: rgb(218,230,90); }
div.DivClassName
{
background-color: #DAE65A;
}
.BgClassName
{
background-color: #DAE65A;
}
</style>
border-color css
<style>
span { border-color: #DAE65A; }
span { border-color: rgb(218,230,90); }
td.TdClassName
{
border-color: #DAE65A;
}
.TagClassName
{
border-color: #DAE65A;
}
</style>