Shades of Starship #DAE045
Tints of Starship #DAE045
RGB
CMYK
RGB Variations
Color information
#DAE045 (or 0xDAE045) is known color: Starship. HEX triplet: DA, E0 and 45. RGB value is (218,224,69). Sum of RGB (Red+Green+Blue) = 218+224+69=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE045 is #251FBA. Grayscale: #CDCDCD. Windows color (decimal): -2432955 or 4579546. OLE color: 4579546.
HSL color Cylindrical-coordinate representation of color #DAE045: hue angle of 62.32º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE045 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 69 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.12 |
| HSL | 62.32º | 0.71% | 0.57% | - |
| HSV(B) | 62.32º | 0.69% | 0.88% | - |
| XYZ | 56.64 | 68.65 | 15.89 | - |
| YUV | 204.54 | 51.51 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 69 | 0.03 | 0 | 0.69 | 0.12 | 62.32 | 0.71 | 0.57 |
| Hex | DA | E0 | 45 | 3 | 0 | 45 | C | 3E | 47 | 39 |
| Octal | 332 | 340 | 105 | 3 | 0 | 105 | 14 | 76 | 107 | 71 |
| Binary | 11011010 | 11100000 | 1000101 | 11 | 0 | 1000101 | 1100 | 111110 | 1000111 | 111001 |
Color Harmonies of #DAE045
Complementary color
Monochromatic Colors of #DAE045
Black with #DAE045
Text Example
Text Example
White with #DAE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE045; }
p { color: rgb(218,224,69); }
H1.HeaderClassName
{
color: #DAE045;
}
.AnyTagClassName
{
color: #DAE045;
}
</style>
background-color css
<style>
a { background-color: #DAE045; }
a { background-color: rgb(218,224,69); }
div.DivClassName
{
background-color: #DAE045;
}
.BgClassName
{
background-color: #DAE045;
}
</style>
border-color css
<style>
span { border-color: #DAE045; }
span { border-color: rgb(218,224,69); }
td.TdClassName
{
border-color: #DAE045;
}
.TagClassName
{
border-color: #DAE045;
}
</style>