Shades of Starship #DAE942
Tints of Starship #DAE942
RGB
CMYK
RGB Variations
Color information
#DAE942 (or 0xDAE942) is known color: Starship. HEX triplet: DA, E9 and 42. RGB value is (218,233,66). Sum of RGB (Red+Green+Blue) = 218+233+66=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE942 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE942 is #2516BD. Grayscale: #D2D2D2. Windows color (decimal): -2430654 or 4385242. OLE color: 4385242.
HSL color Cylindrical-coordinate representation of color #DAE942: hue angle of 65.39º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAE942 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 66 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.09 |
| HSL | 65.39º | 0.79% | 0.59% | - |
| HSV(B) | 65.39º | 0.72% | 0.91% | - |
| XYZ | 59.04 | 73.58 | 16.24 | - |
| YUV | 209.48 | 47.03 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 66 | 0.06 | 0 | 0.72 | 0.09 | 65.39 | 0.79 | 0.59 |
| Hex | DA | E9 | 42 | 6 | 0 | 48 | 9 | 41 | 4F | 3B |
| Octal | 332 | 351 | 102 | 6 | 0 | 110 | 11 | 101 | 117 | 73 |
| Binary | 11011010 | 11101001 | 1000010 | 110 | 0 | 1001000 | 1001 | 1000001 | 1001111 | 111011 |
Color Harmonies of #DAE942
Complementary color
Monochromatic Colors of #DAE942
Black with #DAE942
Text Example
Text Example
White with #DAE942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE942; }
p { color: rgb(218,233,66); }
H1.HeaderClassName
{
color: #DAE942;
}
.AnyTagClassName
{
color: #DAE942;
}
</style>
background-color css
<style>
a { background-color: #DAE942; }
a { background-color: rgb(218,233,66); }
div.DivClassName
{
background-color: #DAE942;
}
.BgClassName
{
background-color: #DAE942;
}
</style>
border-color css
<style>
span { border-color: #DAE942; }
span { border-color: rgb(218,233,66); }
td.TdClassName
{
border-color: #DAE942;
}
.TagClassName
{
border-color: #DAE942;
}
</style>