Shades of Starship #DAE147
Tints of Starship #DAE147
RGB
CMYK
RGB Variations
Color information
#DAE147 (or 0xDAE147) is known color: Starship. HEX triplet: DA, E1 and 47. RGB value is (218,225,71). Sum of RGB (Red+Green+Blue) = 218+225+71=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 71 (28.12% from 255 or 13.81% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE147 is #251EB8. Grayscale: #CDCDCD. Windows color (decimal): -2432697 or 4710874. OLE color: 4710874.
HSL color Cylindrical-coordinate representation of color #DAE147: hue angle of 62.73º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE147 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 71 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.12 |
| HSL | 62.73º | 0.72% | 0.58% | - |
| HSV(B) | 62.73º | 0.68% | 0.88% | - |
| XYZ | 56.98 | 69.21 | 16.32 | - |
| YUV | 205.35 | 52.18 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 71 | 0.03 | 0 | 0.68 | 0.12 | 62.73 | 0.72 | 0.58 |
| Hex | DA | E1 | 47 | 3 | 0 | 44 | C | 3F | 48 | 3A |
| Octal | 332 | 341 | 107 | 3 | 0 | 104 | 14 | 77 | 110 | 72 |
| Binary | 11011010 | 11100001 | 1000111 | 11 | 0 | 1000100 | 1100 | 111111 | 1001000 | 111010 |
Color Harmonies of #DAE147
Complementary color
Monochromatic Colors of #DAE147
Black with #DAE147
Text Example
Text Example
White with #DAE147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE147; }
p { color: rgb(218,225,71); }
H1.HeaderClassName
{
color: #DAE147;
}
.AnyTagClassName
{
color: #DAE147;
}
</style>
background-color css
<style>
a { background-color: #DAE147; }
a { background-color: rgb(218,225,71); }
div.DivClassName
{
background-color: #DAE147;
}
.BgClassName
{
background-color: #DAE147;
}
</style>
border-color css
<style>
span { border-color: #DAE147; }
span { border-color: rgb(218,225,71); }
td.TdClassName
{
border-color: #DAE147;
}
.TagClassName
{
border-color: #DAE147;
}
</style>