Shades of Starship #DAE446
Tints of Starship #DAE446
RGB
CMYK
RGB Variations
Color information
#DAE446 (or 0xDAE446) is known color: Starship. HEX triplet: DA, E4 and 46. RGB value is (218,228,70). Sum of RGB (Red+Green+Blue) = 218+228+70=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE446 is #251BB9. Grayscale: #CFCFCF. Windows color (decimal): -2431930 or 4646106. OLE color: 4646106.
HSL color Cylindrical-coordinate representation of color #DAE446: hue angle of 63.8º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE446 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 228 | 70 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.11 |
| HSL | 63.8º | 0.75% | 0.58% | - |
| HSV(B) | 63.8º | 0.69% | 0.89% | - |
| XYZ | 57.76 | 70.83 | 16.42 | - |
| YUV | 207 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 228 | 70 | 0.04 | 0 | 0.69 | 0.11 | 63.8 | 0.75 | 0.58 |
| Hex | DA | E4 | 46 | 4 | 0 | 45 | B | 40 | 4B | 3A |
| Octal | 332 | 344 | 106 | 4 | 0 | 105 | 13 | 100 | 113 | 72 |
| Binary | 11011010 | 11100100 | 1000110 | 100 | 0 | 1000101 | 1011 | 1000000 | 1001011 | 111010 |
Color Harmonies of #DAE446
Complementary color
Monochromatic Colors of #DAE446
Black with #DAE446
Text Example
Text Example
White with #DAE446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE446; }
p { color: rgb(218,228,70); }
H1.HeaderClassName
{
color: #DAE446;
}
.AnyTagClassName
{
color: #DAE446;
}
</style>
background-color css
<style>
a { background-color: #DAE446; }
a { background-color: rgb(218,228,70); }
div.DivClassName
{
background-color: #DAE446;
}
.BgClassName
{
background-color: #DAE446;
}
</style>
border-color css
<style>
span { border-color: #DAE446; }
span { border-color: rgb(218,228,70); }
td.TdClassName
{
border-color: #DAE446;
}
.TagClassName
{
border-color: #DAE446;
}
</style>