Shades of Starship #DAE146
Tints of Starship #DAE146
RGB
CMYK
RGB Variations
Color information
#DAE146 (or 0xDAE146) is known color: Starship. HEX triplet: DA, E1 and 46. RGB value is (218,225,70). Sum of RGB (Red+Green+Blue) = 218+225+70=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE146 is #251EB9. Grayscale: #CDCDCD. Windows color (decimal): -2432698 or 4645338. OLE color: 4645338.
HSL color Cylindrical-coordinate representation of color #DAE146: hue angle of 62.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE146 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 70 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.12 |
| HSL | 62.71º | 0.72% | 0.58% | - |
| HSV(B) | 62.71º | 0.69% | 0.88% | - |
| XYZ | 56.94 | 69.2 | 16.15 | - |
| YUV | 205.24 | 51.68 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 70 | 0.03 | 0 | 0.69 | 0.12 | 62.71 | 0.72 | 0.58 |
| Hex | DA | E1 | 46 | 3 | 0 | 45 | C | 3F | 48 | 3A |
| Octal | 332 | 341 | 106 | 3 | 0 | 105 | 14 | 77 | 110 | 72 |
| Binary | 11011010 | 11100001 | 1000110 | 11 | 0 | 1000101 | 1100 | 111111 | 1001000 | 111010 |
Color Harmonies of #DAE146
Complementary color
Monochromatic Colors of #DAE146
Black with #DAE146
Text Example
Text Example
White with #DAE146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE146; }
p { color: rgb(218,225,70); }
H1.HeaderClassName
{
color: #DAE146;
}
.AnyTagClassName
{
color: #DAE146;
}
</style>
background-color css
<style>
a { background-color: #DAE146; }
a { background-color: rgb(218,225,70); }
div.DivClassName
{
background-color: #DAE146;
}
.BgClassName
{
background-color: #DAE146;
}
</style>
border-color css
<style>
span { border-color: #DAE146; }
span { border-color: rgb(218,225,70); }
td.TdClassName
{
border-color: #DAE146;
}
.TagClassName
{
border-color: #DAE146;
}
</style>