Shades of Starship #DAE248
Tints of Starship #DAE248
RGB
CMYK
RGB Variations
Color information
#DAE248 (or 0xDAE248) is known color: Starship. HEX triplet: DA, E2 and 48. RGB value is (218,226,72). Sum of RGB (Red+Green+Blue) = 218+226+72=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE248 is #251DB7. Grayscale: #CECECE. Windows color (decimal): -2432440 or 4776666. OLE color: 4776666.
HSL color Cylindrical-coordinate representation of color #DAE248: hue angle of 63.12º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAE248 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 72 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.11 |
| HSL | 63.12º | 0.73% | 0.58% | - |
| HSV(B) | 63.12º | 0.68% | 0.89% | - |
| XYZ | 57.28 | 69.77 | 16.58 | - |
| YUV | 206.05 | 52.35 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 72 | 0.04 | 0 | 0.68 | 0.11 | 63.12 | 0.73 | 0.58 |
| Hex | DA | E2 | 48 | 4 | 0 | 44 | B | 3F | 49 | 3A |
| Octal | 332 | 342 | 110 | 4 | 0 | 104 | 13 | 77 | 111 | 72 |
| Binary | 11011010 | 11100010 | 1001000 | 100 | 0 | 1000100 | 1011 | 111111 | 1001001 | 111010 |
Color Harmonies of #DAE248
Complementary color
Monochromatic Colors of #DAE248
Black with #DAE248
Text Example
Text Example
White with #DAE248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE248; }
p { color: rgb(218,226,72); }
H1.HeaderClassName
{
color: #DAE248;
}
.AnyTagClassName
{
color: #DAE248;
}
</style>
background-color css
<style>
a { background-color: #DAE248; }
a { background-color: rgb(218,226,72); }
div.DivClassName
{
background-color: #DAE248;
}
.BgClassName
{
background-color: #DAE248;
}
</style>
border-color css
<style>
span { border-color: #DAE248; }
span { border-color: rgb(218,226,72); }
td.TdClassName
{
border-color: #DAE248;
}
.TagClassName
{
border-color: #DAE248;
}
</style>