Shades of Starship #DAE243
Tints of Starship #DAE243
RGB
CMYK
RGB Variations
Color information
#DAE243 (or 0xDAE243) is known color: Starship. HEX triplet: DA, E2 and 43. RGB value is (218,226,67). Sum of RGB (Red+Green+Blue) = 218+226+67=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE243 is #251DBC. Grayscale: #CECECE. Windows color (decimal): -2432445 or 4448986. OLE color: 4448986.
HSL color Cylindrical-coordinate representation of color #DAE243: hue angle of 63.02º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAE243 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 226 | 67 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.11 |
| HSL | 63.02º | 0.73% | 0.57% | - |
| HSV(B) | 63.02º | 0.7% | 0.89% | - |
| XYZ | 57.12 | 69.7 | 15.75 | - |
| YUV | 205.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 226 | 67 | 0.04 | 0 | 0.70 | 0.11 | 63.02 | 0.73 | 0.57 |
| Hex | DA | E2 | 43 | 4 | 0 | 46 | B | 3F | 49 | 39 |
| Octal | 332 | 342 | 103 | 4 | 0 | 106 | 13 | 77 | 111 | 71 |
| Binary | 11011010 | 11100010 | 1000011 | 100 | 0 | 1000110 | 1011 | 111111 | 1001001 | 111001 |
Color Harmonies of #DAE243
Complementary color
Monochromatic Colors of #DAE243
Black with #DAE243
Text Example
Text Example
White with #DAE243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE243; }
p { color: rgb(218,226,67); }
H1.HeaderClassName
{
color: #DAE243;
}
.AnyTagClassName
{
color: #DAE243;
}
</style>
background-color css
<style>
a { background-color: #DAE243; }
a { background-color: rgb(218,226,67); }
div.DivClassName
{
background-color: #DAE243;
}
.BgClassName
{
background-color: #DAE243;
}
</style>
border-color css
<style>
span { border-color: #DAE243; }
span { border-color: rgb(218,226,67); }
td.TdClassName
{
border-color: #DAE243;
}
.TagClassName
{
border-color: #DAE243;
}
</style>