Shades of Starship #DAE949
Tints of Starship #DAE949
RGB
CMYK
RGB Variations
Color information
#DAE949 (or 0xDAE949) is known color: Starship. HEX triplet: DA, E9 and 49. RGB value is (218,233,73). Sum of RGB (Red+Green+Blue) = 218+233+73=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE949 is #2516B6. Grayscale: #D2D2D2. Windows color (decimal): -2430647 or 4843994. OLE color: 4843994.
HSL color Cylindrical-coordinate representation of color #DAE949: hue angle of 65.62º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE949 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 73 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.09 |
| HSL | 65.63º | 0.78% | 0.6% | - |
| HSV(B) | 65.63º | 0.69% | 0.91% | - |
| XYZ | 59.25 | 73.66 | 17.4 | - |
| YUV | 210.28 | 50.53 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 73 | 0.06 | 0 | 0.69 | 0.09 | 65.63 | 0.78 | 0.6 |
| Hex | DA | E9 | 49 | 6 | 0 | 45 | 9 | 42 | 4E | 3C |
| Octal | 332 | 351 | 111 | 6 | 0 | 105 | 11 | 102 | 116 | 74 |
| Binary | 11011010 | 11101001 | 1001001 | 110 | 0 | 1000101 | 1001 | 1000010 | 1001110 | 111100 |
Color Harmonies of #DAE949
Complementary color
Monochromatic Colors of #DAE949
Black with #DAE949
Text Example
Text Example
White with #DAE949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE949; }
p { color: rgb(218,233,73); }
H1.HeaderClassName
{
color: #DAE949;
}
.AnyTagClassName
{
color: #DAE949;
}
</style>
background-color css
<style>
a { background-color: #DAE949; }
a { background-color: rgb(218,233,73); }
div.DivClassName
{
background-color: #DAE949;
}
.BgClassName
{
background-color: #DAE949;
}
</style>
border-color css
<style>
span { border-color: #DAE949; }
span { border-color: rgb(218,233,73); }
td.TdClassName
{
border-color: #DAE949;
}
.TagClassName
{
border-color: #DAE949;
}
</style>