Shades of Starship #DAE746
Tints of Starship #DAE746
RGB
CMYK
RGB Variations
Color information
#DAE746 (or 0xDAE746) is known color: Starship. HEX triplet: DA, E7 and 46. RGB value is (218,231,70). Sum of RGB (Red+Green+Blue) = 218+231+70=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 231 (90.62% from 255 or 44.51% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE746 is #2518B9. Grayscale: #D1D1D1. Windows color (decimal): -2431162 or 4646874. OLE color: 4646874.
HSL color Cylindrical-coordinate representation of color #DAE746: hue angle of 64.84º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE746 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 70 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.09 |
| HSL | 64.84º | 0.77% | 0.59% | - |
| HSV(B) | 64.84º | 0.7% | 0.91% | - |
| XYZ | 58.59 | 72.5 | 16.7 | - |
| YUV | 208.76 | 49.69 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 70 | 0.06 | 0 | 0.70 | 0.09 | 64.84 | 0.77 | 0.59 |
| Hex | DA | E7 | 46 | 6 | 0 | 46 | 9 | 41 | 4D | 3B |
| Octal | 332 | 347 | 106 | 6 | 0 | 106 | 11 | 101 | 115 | 73 |
| Binary | 11011010 | 11100111 | 1000110 | 110 | 0 | 1000110 | 1001 | 1000001 | 1001101 | 111011 |
Color Harmonies of #DAE746
Complementary color
Monochromatic Colors of #DAE746
Black with #DAE746
Text Example
Text Example
White with #DAE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE746; }
p { color: rgb(218,231,70); }
H1.HeaderClassName
{
color: #DAE746;
}
.AnyTagClassName
{
color: #DAE746;
}
</style>
background-color css
<style>
a { background-color: #DAE746; }
a { background-color: rgb(218,231,70); }
div.DivClassName
{
background-color: #DAE746;
}
.BgClassName
{
background-color: #DAE746;
}
</style>
border-color css
<style>
span { border-color: #DAE746; }
span { border-color: rgb(218,231,70); }
td.TdClassName
{
border-color: #DAE746;
}
.TagClassName
{
border-color: #DAE746;
}
</style>