Shades of Starship #DAE63F
Tints of Starship #DAE63F
RGB
CMYK
RGB Variations
Color information
#DAE63F (or 0xDAE63F) is known color: Starship. HEX triplet: DA, E6 and 3F. RGB value is (218,230,63). Sum of RGB (Red+Green+Blue) = 218+230+63=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE63F is #2519C0. Grayscale: #D0D0D0. Windows color (decimal): -2431425 or 4187866. OLE color: 4187866.
HSL color Cylindrical-coordinate representation of color #DAE63F: hue angle of 64.31º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE63F is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 63 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.10 |
| HSL | 64.31º | 0.77% | 0.57% | - |
| HSV(B) | 64.31º | 0.73% | 0.9% | - |
| XYZ | 58.11 | 71.86 | 15.51 | - |
| YUV | 207.37 | 46.52 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 63 | 0.05 | 0 | 0.73 | 0.10 | 64.31 | 0.77 | 0.57 |
| Hex | DA | E6 | 3F | 5 | 0 | 49 | A | 40 | 4D | 39 |
| Octal | 332 | 346 | 77 | 5 | 0 | 111 | 12 | 100 | 115 | 71 |
| Binary | 11011010 | 11100110 | 111111 | 101 | 0 | 1001001 | 1010 | 1000000 | 1001101 | 111001 |
Color Harmonies of #DAE63F
Complementary color
Monochromatic Colors of #DAE63F
Black with #DAE63F
Text Example
Text Example
White with #DAE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE63F; }
p { color: rgb(218,230,63); }
H1.HeaderClassName
{
color: #DAE63F;
}
.AnyTagClassName
{
color: #DAE63F;
}
</style>
background-color css
<style>
a { background-color: #DAE63F; }
a { background-color: rgb(218,230,63); }
div.DivClassName
{
background-color: #DAE63F;
}
.BgClassName
{
background-color: #DAE63F;
}
</style>
border-color css
<style>
span { border-color: #DAE63F; }
span { border-color: rgb(218,230,63); }
td.TdClassName
{
border-color: #DAE63F;
}
.TagClassName
{
border-color: #DAE63F;
}
</style>