Shades of Starship #DAE749
Tints of Starship #DAE749
RGB
CMYK
RGB Variations
Color information
#DAE749 (or 0xDAE749) is known color: Starship. HEX triplet: DA, E7 and 49. RGB value is (218,231,73). Sum of RGB (Red+Green+Blue) = 218+231+73=522 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.76% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAE749 is #2518B6. Grayscale: #D1D1D1. Windows color (decimal): -2431159 or 4843482. OLE color: 4843482.
HSL color Cylindrical-coordinate representation of color #DAE749: hue angle of 64.94º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE749 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 231 | 73 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.09 |
| HSL | 64.94º | 0.77% | 0.6% | - |
| HSV(B) | 64.94º | 0.68% | 0.91% | - |
| XYZ | 58.69 | 72.54 | 17.21 | - |
| YUV | 209.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 231 | 73 | 0.06 | 0 | 0.68 | 0.09 | 64.94 | 0.77 | 0.6 |
| Hex | DA | E7 | 49 | 6 | 0 | 44 | 9 | 41 | 4D | 3C |
| Octal | 332 | 347 | 111 | 6 | 0 | 104 | 11 | 101 | 115 | 74 |
| Binary | 11011010 | 11100111 | 1001001 | 110 | 0 | 1000100 | 1001 | 1000001 | 1001101 | 111100 |
Color Harmonies of #DAE749
Complementary color
Monochromatic Colors of #DAE749
Black with #DAE749
Text Example
Text Example
White with #DAE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE749; }
p { color: rgb(218,231,73); }
H1.HeaderClassName
{
color: #DAE749;
}
.AnyTagClassName
{
color: #DAE749;
}
</style>
background-color css
<style>
a { background-color: #DAE749; }
a { background-color: rgb(218,231,73); }
div.DivClassName
{
background-color: #DAE749;
}
.BgClassName
{
background-color: #DAE749;
}
</style>
border-color css
<style>
span { border-color: #DAE749; }
span { border-color: rgb(218,231,73); }
td.TdClassName
{
border-color: #DAE749;
}
.TagClassName
{
border-color: #DAE749;
}
</style>