Shades of Starship #DAE747
Tints of Starship #DAE747
RGB
CMYK
RGB Variations
Color information
#DAE747 (or 0xDAE747) is known color: Starship. HEX triplet: DA, E7 and 47. RGB value is (218,231,71). Sum of RGB (Red+Green+Blue) = 218+231+71=520 (68% of max value = 765). Red value is 218 (85.55% from 255 or 41.92% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 71 (28.12% from 255 or 13.65% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE747 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE747 is #2518B8. Grayscale: #D1D1D1. Windows color (decimal): -2431161 or 4712410. OLE color: 4712410.
HSL color Cylindrical-coordinate representation of color #DAE747: hue angle of 64.88º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE747 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 71 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.09 |
| HSL | 64.88º | 0.77% | 0.59% | - |
| HSV(B) | 64.88º | 0.69% | 0.91% | - |
| XYZ | 58.63 | 72.51 | 16.87 | - |
| YUV | 208.87 | 50.19 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 71 | 0.06 | 0 | 0.69 | 0.09 | 64.88 | 0.77 | 0.59 |
| Hex | DA | E7 | 47 | 6 | 0 | 45 | 9 | 41 | 4D | 3B |
| Octal | 332 | 347 | 107 | 6 | 0 | 105 | 11 | 101 | 115 | 73 |
| Binary | 11011010 | 11100111 | 1000111 | 110 | 0 | 1000101 | 1001 | 1000001 | 1001101 | 111011 |
Color Harmonies of #DAE747
Complementary color
Monochromatic Colors of #DAE747
Black with #DAE747
Text Example
Text Example
White with #DAE747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE747; }
p { color: rgb(218,231,71); }
H1.HeaderClassName
{
color: #DAE747;
}
.AnyTagClassName
{
color: #DAE747;
}
</style>
background-color css
<style>
a { background-color: #DAE747; }
a { background-color: rgb(218,231,71); }
div.DivClassName
{
background-color: #DAE747;
}
.BgClassName
{
background-color: #DAE747;
}
</style>
border-color css
<style>
span { border-color: #DAE747; }
span { border-color: rgb(218,231,71); }
td.TdClassName
{
border-color: #DAE747;
}
.TagClassName
{
border-color: #DAE747;
}
</style>