Shades of Starship #DAE242
Tints of Starship #DAE242
RGB
CMYK
RGB Variations
Color information
#DAE242 (or 0xDAE242) is known color: Starship. HEX triplet: DA, E2 and 42. RGB value is (218,226,66). Sum of RGB (Red+Green+Blue) = 218+226+66=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE242 is #251DBD. Grayscale: #CECECE. Windows color (decimal): -2432446 or 4383450. OLE color: 4383450.
HSL color Cylindrical-coordinate representation of color #DAE242: hue angle of 63º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAE242 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 66 | - |
| CMYK | 0.04 | 0 | 0.71 | 0.11 |
| HSL | 63º | 0.73% | 0.57% | - |
| HSV(B) | 63º | 0.71% | 0.89% | - |
| XYZ | 57.09 | 69.69 | 15.6 | - |
| YUV | 205.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 66 | 0.04 | 0 | 0.71 | 0.11 | 63 | 0.73 | 0.57 |
| Hex | DA | E2 | 42 | 4 | 0 | 47 | B | 3F | 49 | 39 |
| Octal | 332 | 342 | 102 | 4 | 0 | 107 | 13 | 77 | 111 | 71 |
| Binary | 11011010 | 11100010 | 1000010 | 100 | 0 | 1000111 | 1011 | 111111 | 1001001 | 111001 |
Color Harmonies of #DAE242
Complementary color
Monochromatic Colors of #DAE242
Black with #DAE242
Text Example
Text Example
White with #DAE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE242; }
p { color: rgb(218,226,66); }
H1.HeaderClassName
{
color: #DAE242;
}
.AnyTagClassName
{
color: #DAE242;
}
</style>
background-color css
<style>
a { background-color: #DAE242; }
a { background-color: rgb(218,226,66); }
div.DivClassName
{
background-color: #DAE242;
}
.BgClassName
{
background-color: #DAE242;
}
</style>
border-color css
<style>
span { border-color: #DAE242; }
span { border-color: rgb(218,226,66); }
td.TdClassName
{
border-color: #DAE242;
}
.TagClassName
{
border-color: #DAE242;
}
</style>