Shades of Starship #DAE145
Tints of Starship #DAE145
RGB
CMYK
RGB Variations
Color information
#DAE145 (or 0xDAE145) is known color: Starship. HEX triplet: DA, E1 and 45. RGB value is (218,225,69). Sum of RGB (Red+Green+Blue) = 218+225+69=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE145 is #251EBA. Grayscale: #CDCDCD. Windows color (decimal): -2432699 or 4579802. OLE color: 4579802.
HSL color Cylindrical-coordinate representation of color #DAE145: hue angle of 62.69º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAE145 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 69 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.12 |
| HSL | 62.69º | 0.72% | 0.58% | - |
| HSV(B) | 62.69º | 0.69% | 0.88% | - |
| XYZ | 56.91 | 69.19 | 15.98 | - |
| YUV | 205.12 | 51.18 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 69 | 0.03 | 0 | 0.69 | 0.12 | 62.69 | 0.72 | 0.58 |
| Hex | DA | E1 | 45 | 3 | 0 | 45 | C | 3F | 48 | 3A |
| Octal | 332 | 341 | 105 | 3 | 0 | 105 | 14 | 77 | 110 | 72 |
| Binary | 11011010 | 11100001 | 1000101 | 11 | 0 | 1000101 | 1100 | 111111 | 1001000 | 111010 |
Color Harmonies of #DAE145
Complementary color
Monochromatic Colors of #DAE145
Black with #DAE145
Text Example
Text Example
White with #DAE145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE145; }
p { color: rgb(218,225,69); }
H1.HeaderClassName
{
color: #DAE145;
}
.AnyTagClassName
{
color: #DAE145;
}
</style>
background-color css
<style>
a { background-color: #DAE145; }
a { background-color: rgb(218,225,69); }
div.DivClassName
{
background-color: #DAE145;
}
.BgClassName
{
background-color: #DAE145;
}
</style>
border-color css
<style>
span { border-color: #DAE145; }
span { border-color: rgb(218,225,69); }
td.TdClassName
{
border-color: #DAE145;
}
.TagClassName
{
border-color: #DAE145;
}
</style>