Shades of Starship #DAEA49
Tints of Starship #DAEA49
RGB
CMYK
RGB Variations
Color information
#DAEA49 (or 0xDAEA49) is known color: Starship. HEX triplet: DA, EA and 49. RGB value is (218,234,73). Sum of RGB (Red+Green+Blue) = 218+234+73=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 234 (91.80% from 255 or 44.57% from 525); Blue value is 73 (28.91% from 255 or 13.90% from 525); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEA49 is #2515B6. Grayscale: #D3D3D3. Windows color (decimal): -2430391 or 4844250. OLE color: 4844250.
HSL color Cylindrical-coordinate representation of color #DAEA49: hue angle of 65.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAEA49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 234 | 73 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.08 |
| HSL | 65.96º | 0.79% | 0.6% | - |
| HSV(B) | 65.96º | 0.69% | 0.92% | - |
| XYZ | 59.54 | 74.23 | 17.49 | - |
| YUV | 210.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 234 | 73 | 0.07 | 0 | 0.69 | 0.08 | 65.96 | 0.79 | 0.6 |
| Hex | DA | EA | 49 | 7 | 0 | 45 | 8 | 42 | 4F | 3C |
| Octal | 332 | 352 | 111 | 7 | 0 | 105 | 10 | 102 | 117 | 74 |
| Binary | 11011010 | 11101010 | 1001001 | 111 | 0 | 1000101 | 1000 | 1000010 | 1001111 | 111100 |
Color Harmonies of #DAEA49
Complementary color
Monochromatic Colors of #DAEA49
Black with #DAEA49
Text Example
Text Example
White with #DAEA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEA49; }
p { color: rgb(218,234,73); }
H1.HeaderClassName
{
color: #DAEA49;
}
.AnyTagClassName
{
color: #DAEA49;
}
</style>
background-color css
<style>
a { background-color: #DAEA49; }
a { background-color: rgb(218,234,73); }
div.DivClassName
{
background-color: #DAEA49;
}
.BgClassName
{
background-color: #DAEA49;
}
</style>
border-color css
<style>
span { border-color: #DAEA49; }
span { border-color: rgb(218,234,73); }
td.TdClassName
{
border-color: #DAEA49;
}
.TagClassName
{
border-color: #DAEA49;
}
</style>