Shades of Starship #DAE944
Tints of Starship #DAE944
RGB
CMYK
RGB Variations
Color information
#DAE944 (or 0xDAE944) is known color: Starship. HEX triplet: DA, E9 and 44. RGB value is (218,233,68). Sum of RGB (Red+Green+Blue) = 218+233+68=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 68 (26.95% from 255 or 13.10% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE944 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE944 is #2516BB. Grayscale: #D2D2D2. Windows color (decimal): -2430652 or 4516314. OLE color: 4516314.
HSL color Cylindrical-coordinate representation of color #DAE944: hue angle of 65.45º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAE944 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 68 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.09 |
| HSL | 65.45º | 0.79% | 0.59% | - |
| HSV(B) | 65.45º | 0.71% | 0.91% | - |
| XYZ | 59.1 | 73.6 | 16.56 | - |
| YUV | 209.71 | 48.03 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 68 | 0.06 | 0 | 0.71 | 0.09 | 65.45 | 0.79 | 0.59 |
| Hex | DA | E9 | 44 | 6 | 0 | 47 | 9 | 41 | 4F | 3B |
| Octal | 332 | 351 | 104 | 6 | 0 | 107 | 11 | 101 | 117 | 73 |
| Binary | 11011010 | 11101001 | 1000100 | 110 | 0 | 1000111 | 1001 | 1000001 | 1001111 | 111011 |
Color Harmonies of #DAE944
Complementary color
Monochromatic Colors of #DAE944
Black with #DAE944
Text Example
Text Example
White with #DAE944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE944; }
p { color: rgb(218,233,68); }
H1.HeaderClassName
{
color: #DAE944;
}
.AnyTagClassName
{
color: #DAE944;
}
</style>
background-color css
<style>
a { background-color: #DAE944; }
a { background-color: rgb(218,233,68); }
div.DivClassName
{
background-color: #DAE944;
}
.BgClassName
{
background-color: #DAE944;
}
</style>
border-color css
<style>
span { border-color: #DAE944; }
span { border-color: rgb(218,233,68); }
td.TdClassName
{
border-color: #DAE944;
}
.TagClassName
{
border-color: #DAE944;
}
</style>