Shades of Starship #DAE547
Tints of Starship #DAE547
RGB
CMYK
RGB Variations
Color information
#DAE547 (or 0xDAE547) is known color: Starship. HEX triplet: DA, E5 and 47. RGB value is (218,229,71). Sum of RGB (Red+Green+Blue) = 218+229+71=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE547 is #251AB8. Grayscale: #D0D0D0. Windows color (decimal): -2431673 or 4711898. OLE color: 4711898.
HSL color Cylindrical-coordinate representation of color #DAE547: hue angle of 64.18º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE547 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 229 | 71 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.10 |
| HSL | 64.18º | 0.75% | 0.59% | - |
| HSV(B) | 64.18º | 0.69% | 0.9% | - |
| XYZ | 58.07 | 71.4 | 16.68 | - |
| YUV | 207.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 229 | 71 | 0.05 | 0 | 0.69 | 0.10 | 64.18 | 0.75 | 0.59 |
| Hex | DA | E5 | 47 | 5 | 0 | 45 | A | 40 | 4B | 3B |
| Octal | 332 | 345 | 107 | 5 | 0 | 105 | 12 | 100 | 113 | 73 |
| Binary | 11011010 | 11100101 | 1000111 | 101 | 0 | 1000101 | 1010 | 1000000 | 1001011 | 111011 |
Color Harmonies of #DAE547
Complementary color
Monochromatic Colors of #DAE547
Black with #DAE547
Text Example
Text Example
White with #DAE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE547; }
p { color: rgb(218,229,71); }
H1.HeaderClassName
{
color: #DAE547;
}
.AnyTagClassName
{
color: #DAE547;
}
</style>
background-color css
<style>
a { background-color: #DAE547; }
a { background-color: rgb(218,229,71); }
div.DivClassName
{
background-color: #DAE547;
}
.BgClassName
{
background-color: #DAE547;
}
</style>
border-color css
<style>
span { border-color: #DAE547; }
span { border-color: rgb(218,229,71); }
td.TdClassName
{
border-color: #DAE547;
}
.TagClassName
{
border-color: #DAE547;
}
</style>