Shades of Starship #DAE646
Tints of Starship #DAE646
RGB
CMYK
RGB Variations
Color information
#DAE646 (or 0xDAE646) is known color: Starship. HEX triplet: DA, E6 and 46. RGB value is (218,230,70). Sum of RGB (Red+Green+Blue) = 218+230+70=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 70 (27.73% from 255 or 13.51% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE646 is #2519B9. Grayscale: #D0D0D0. Windows color (decimal): -2431418 or 4646618. OLE color: 4646618.
HSL color Cylindrical-coordinate representation of color #DAE646: hue angle of 64.5º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE646 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 70 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.10 |
| HSL | 64.5º | 0.76% | 0.59% | - |
| HSV(B) | 64.5º | 0.7% | 0.9% | - |
| XYZ | 58.32 | 71.94 | 16.61 | - |
| YUV | 208.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 70 | 0.05 | 0 | 0.70 | 0.10 | 64.5 | 0.76 | 0.59 |
| Hex | DA | E6 | 46 | 5 | 0 | 46 | A | 40 | 4C | 3B |
| Octal | 332 | 346 | 106 | 5 | 0 | 106 | 12 | 100 | 114 | 73 |
| Binary | 11011010 | 11100110 | 1000110 | 101 | 0 | 1000110 | 1010 | 1000000 | 1001100 | 111011 |
Color Harmonies of #DAE646
Complementary color
Monochromatic Colors of #DAE646
Black with #DAE646
Text Example
Text Example
White with #DAE646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE646; }
p { color: rgb(218,230,70); }
H1.HeaderClassName
{
color: #DAE646;
}
.AnyTagClassName
{
color: #DAE646;
}
</style>
background-color css
<style>
a { background-color: #DAE646; }
a { background-color: rgb(218,230,70); }
div.DivClassName
{
background-color: #DAE646;
}
.BgClassName
{
background-color: #DAE646;
}
</style>
border-color css
<style>
span { border-color: #DAE646; }
span { border-color: rgb(218,230,70); }
td.TdClassName
{
border-color: #DAE646;
}
.TagClassName
{
border-color: #DAE646;
}
</style>