Shades of Starship #DAE947
Tints of Starship #DAE947
RGB
CMYK
RGB Variations
Color information
#DAE947 (or 0xDAE947) is known color: Starship. HEX triplet: DA, E9 and 47. RGB value is (218,233,71). Sum of RGB (Red+Green+Blue) = 218+233+71=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 71 (28.12% from 255 or 13.60% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE947 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE947 is #2516B8. Grayscale: #D2D2D2. Windows color (decimal): -2430649 or 4712922. OLE color: 4712922.
HSL color Cylindrical-coordinate representation of color #DAE947: hue angle of 65.56º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE947 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 233 | 71 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.09 |
| HSL | 65.56º | 0.79% | 0.6% | - |
| HSV(B) | 65.56º | 0.7% | 0.91% | - |
| XYZ | 59.19 | 73.64 | 17.06 | - |
| YUV | 210.05 | 49.53 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 233 | 71 | 0.06 | 0 | 0.70 | 0.09 | 65.56 | 0.79 | 0.6 |
| Hex | DA | E9 | 47 | 6 | 0 | 46 | 9 | 42 | 4F | 3C |
| Octal | 332 | 351 | 107 | 6 | 0 | 106 | 11 | 102 | 117 | 74 |
| Binary | 11011010 | 11101001 | 1000111 | 110 | 0 | 1000110 | 1001 | 1000010 | 1001111 | 111100 |
Color Harmonies of #DAE947
Complementary color
Monochromatic Colors of #DAE947
Black with #DAE947
Text Example
Text Example
White with #DAE947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE947; }
p { color: rgb(218,233,71); }
H1.HeaderClassName
{
color: #DAE947;
}
.AnyTagClassName
{
color: #DAE947;
}
</style>
background-color css
<style>
a { background-color: #DAE947; }
a { background-color: rgb(218,233,71); }
div.DivClassName
{
background-color: #DAE947;
}
.BgClassName
{
background-color: #DAE947;
}
</style>
border-color css
<style>
span { border-color: #DAE947; }
span { border-color: rgb(218,233,71); }
td.TdClassName
{
border-color: #DAE947;
}
.TagClassName
{
border-color: #DAE947;
}
</style>