Shades of Starship #DAE143
Tints of Starship #DAE143
RGB
CMYK
RGB Variations
Color information
#DAE143 (or 0xDAE143) is known color: Starship. HEX triplet: DA, E1 and 43. RGB value is (218,225,67). Sum of RGB (Red+Green+Blue) = 218+225+67=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 225 (88.28% from 255 or 44.12% from 510); Blue value is 67 (26.56% from 255 or 13.14% from 510); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE143 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE143 is #251EBC. Grayscale: #CDCDCD. Windows color (decimal): -2432701 or 4448730. OLE color: 4448730.
HSL color Cylindrical-coordinate representation of color #DAE143: hue angle of 62.66º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE143 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 67 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.12 |
| HSL | 62.66º | 0.72% | 0.57% | - |
| HSV(B) | 62.66º | 0.7% | 0.88% | - |
| XYZ | 56.85 | 69.16 | 15.66 | - |
| YUV | 204.9 | 50.18 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 67 | 0.03 | 0 | 0.70 | 0.12 | 62.66 | 0.72 | 0.57 |
| Hex | DA | E1 | 43 | 3 | 0 | 46 | C | 3F | 48 | 39 |
| Octal | 332 | 341 | 103 | 3 | 0 | 106 | 14 | 77 | 110 | 71 |
| Binary | 11011010 | 11100001 | 1000011 | 11 | 0 | 1000110 | 1100 | 111111 | 1001000 | 111001 |
Color Harmonies of #DAE143
Complementary color
Monochromatic Colors of #DAE143
Black with #DAE143
Text Example
Text Example
White with #DAE143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE143; }
p { color: rgb(218,225,67); }
H1.HeaderClassName
{
color: #DAE143;
}
.AnyTagClassName
{
color: #DAE143;
}
</style>
background-color css
<style>
a { background-color: #DAE143; }
a { background-color: rgb(218,225,67); }
div.DivClassName
{
background-color: #DAE143;
}
.BgClassName
{
background-color: #DAE143;
}
</style>
border-color css
<style>
span { border-color: #DAE143; }
span { border-color: rgb(218,225,67); }
td.TdClassName
{
border-color: #DAE143;
}
.TagClassName
{
border-color: #DAE143;
}
</style>