Shades of Starship #DAE53E
Tints of Starship #DAE53E
RGB
CMYK
RGB Variations
Color information
#DAE53E (or 0xDAE53E) is known color: Starship. HEX triplet: DA, E5 and 3E. RGB value is (218,229,62). Sum of RGB (Red+Green+Blue) = 218+229+62=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE53E is #251AC1. Grayscale: #CFCFCF. Windows color (decimal): -2431682 or 4122074. OLE color: 4122074.
HSL color Cylindrical-coordinate representation of color #DAE53E: hue angle of 63.95º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE53E is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 62 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.10 |
| HSL | 63.95º | 0.76% | 0.57% | - |
| HSV(B) | 63.95º | 0.73% | 0.9% | - |
| XYZ | 57.8 | 71.29 | 15.27 | - |
| YUV | 206.67 | 46.36 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 62 | 0.05 | 0 | 0.73 | 0.10 | 63.95 | 0.76 | 0.57 |
| Hex | DA | E5 | 3E | 5 | 0 | 49 | A | 40 | 4C | 39 |
| Octal | 332 | 345 | 76 | 5 | 0 | 111 | 12 | 100 | 114 | 71 |
| Binary | 11011010 | 11100101 | 111110 | 101 | 0 | 1001001 | 1010 | 1000000 | 1001100 | 111001 |
Color Harmonies of #DAE53E
Complementary color
Monochromatic Colors of #DAE53E
Black with #DAE53E
Text Example
Text Example
White with #DAE53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE53E; }
p { color: rgb(218,229,62); }
H1.HeaderClassName
{
color: #DAE53E;
}
.AnyTagClassName
{
color: #DAE53E;
}
</style>
background-color css
<style>
a { background-color: #DAE53E; }
a { background-color: rgb(218,229,62); }
div.DivClassName
{
background-color: #DAE53E;
}
.BgClassName
{
background-color: #DAE53E;
}
</style>
border-color css
<style>
span { border-color: #DAE53E; }
span { border-color: rgb(218,229,62); }
td.TdClassName
{
border-color: #DAE53E;
}
.TagClassName
{
border-color: #DAE53E;
}
</style>