Shades of Starship #DAE139
Tints of Starship #DAE139
RGB
CMYK
RGB Variations
Color information
#DAE139 (or 0xDAE139) is known color: Starship. HEX triplet: DA, E1 and 39. RGB value is (218,225,57). Sum of RGB (Red+Green+Blue) = 218+225+57=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 57 (22.66% from 255 or 11.4% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE139 is #251EC6. Grayscale: #CCCCCC. Windows color (decimal): -2432711 or 3793370. OLE color: 3793370.
HSL color Cylindrical-coordinate representation of color #DAE139: hue angle of 62.5º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAE139 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 57 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.12 |
| HSL | 62.5º | 0.74% | 0.55% | - |
| HSV(B) | 62.5º | 0.75% | 0.88% | - |
| XYZ | 56.58 | 69.05 | 14.22 | - |
| YUV | 203.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 57 | 0.03 | 0 | 0.75 | 0.12 | 62.5 | 0.74 | 0.55 |
| Hex | DA | E1 | 39 | 3 | 0 | 4B | C | 3F | 4A | 37 |
| Octal | 332 | 341 | 71 | 3 | 0 | 113 | 14 | 77 | 112 | 67 |
| Binary | 11011010 | 11100001 | 111001 | 11 | 0 | 1001011 | 1100 | 111111 | 1001010 | 110111 |
Color Harmonies of #DAE139
Complementary color
Monochromatic Colors of #DAE139
Black with #DAE139
Text Example
Text Example
White with #DAE139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE139; }
p { color: rgb(218,225,57); }
H1.HeaderClassName
{
color: #DAE139;
}
.AnyTagClassName
{
color: #DAE139;
}
</style>
background-color css
<style>
a { background-color: #DAE139; }
a { background-color: rgb(218,225,57); }
div.DivClassName
{
background-color: #DAE139;
}
.BgClassName
{
background-color: #DAE139;
}
</style>
border-color css
<style>
span { border-color: #DAE139; }
span { border-color: rgb(218,225,57); }
td.TdClassName
{
border-color: #DAE139;
}
.TagClassName
{
border-color: #DAE139;
}
</style>