Shades of Starship #DAEC49
Tints of Starship #DAEC49
RGB
CMYK
RGB Variations
Color information
#DAEC49 (or 0xDAEC49) is known color: Starship. HEX triplet: DA, EC and 49. RGB value is (218,236,73). Sum of RGB (Red+Green+Blue) = 218+236+73=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAEC49 is #2513B6. Grayscale: #D4D4D4. Windows color (decimal): -2429879 or 4844762. OLE color: 4844762.
HSL color Cylindrical-coordinate representation of color #DAEC49: hue angle of 66.63º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAEC49 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 236 | 73 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.07 |
| HSL | 66.63º | 0.81% | 0.61% | - |
| HSV(B) | 66.63º | 0.69% | 0.93% | - |
| XYZ | 60.11 | 75.38 | 17.68 | - |
| YUV | 212.04 | 49.54 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 236 | 73 | 0.08 | 0 | 0.69 | 0.07 | 66.63 | 0.81 | 0.61 |
| Hex | DA | EC | 49 | 8 | 0 | 45 | 7 | 43 | 51 | 3D |
| Octal | 332 | 354 | 111 | 10 | 0 | 105 | 7 | 103 | 121 | 75 |
| Binary | 11011010 | 11101100 | 1001001 | 1000 | 0 | 1000101 | 111 | 1000011 | 1010001 | 111101 |
Color Harmonies of #DAEC49
Complementary color
Monochromatic Colors of #DAEC49
Black with #DAEC49
Text Example
Text Example
White with #DAEC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEC49; }
p { color: rgb(218,236,73); }
H1.HeaderClassName
{
color: #DAEC49;
}
.AnyTagClassName
{
color: #DAEC49;
}
</style>
background-color css
<style>
a { background-color: #DAEC49; }
a { background-color: rgb(218,236,73); }
div.DivClassName
{
background-color: #DAEC49;
}
.BgClassName
{
background-color: #DAEC49;
}
</style>
border-color css
<style>
span { border-color: #DAEC49; }
span { border-color: rgb(218,236,73); }
td.TdClassName
{
border-color: #DAEC49;
}
.TagClassName
{
border-color: #DAEC49;
}
</style>