Shades of Starship #DAE246
Tints of Starship #DAE246
RGB
CMYK
RGB Variations
Color information
#DAE246 (or 0xDAE246) is known color: Starship. HEX triplet: DA, E2 and 46. RGB value is (218,226,70). Sum of RGB (Red+Green+Blue) = 218+226+70=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 70 (27.73% from 255 or 13.62% from 514); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE246 is #251DB9. Grayscale: #CECECE. Windows color (decimal): -2432442 or 4645594. OLE color: 4645594.
HSL color Cylindrical-coordinate representation of color #DAE246: hue angle of 63.08º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE246 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 70 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.11 |
| HSL | 63.08º | 0.73% | 0.58% | - |
| HSV(B) | 63.08º | 0.69% | 0.89% | - |
| XYZ | 57.22 | 69.74 | 16.24 | - |
| YUV | 205.82 | 51.35 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 70 | 0.04 | 0 | 0.69 | 0.11 | 63.08 | 0.73 | 0.58 |
| Hex | DA | E2 | 46 | 4 | 0 | 45 | B | 3F | 49 | 3A |
| Octal | 332 | 342 | 106 | 4 | 0 | 105 | 13 | 77 | 111 | 72 |
| Binary | 11011010 | 11100010 | 1000110 | 100 | 0 | 1000101 | 1011 | 111111 | 1001001 | 111010 |
Color Harmonies of #DAE246
Complementary color
Monochromatic Colors of #DAE246
Black with #DAE246
Text Example
Text Example
White with #DAE246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE246; }
p { color: rgb(218,226,70); }
H1.HeaderClassName
{
color: #DAE246;
}
.AnyTagClassName
{
color: #DAE246;
}
</style>
background-color css
<style>
a { background-color: #DAE246; }
a { background-color: rgb(218,226,70); }
div.DivClassName
{
background-color: #DAE246;
}
.BgClassName
{
background-color: #DAE246;
}
</style>
border-color css
<style>
span { border-color: #DAE246; }
span { border-color: rgb(218,226,70); }
td.TdClassName
{
border-color: #DAE246;
}
.TagClassName
{
border-color: #DAE246;
}
</style>