Shades of Starship #DAE33E
Tints of Starship #DAE33E
RGB
CMYK
RGB Variations
Color information
#DAE33E (or 0xDAE33E) is known color: Starship. HEX triplet: DA, E3 and 3E. RGB value is (218,227,62). Sum of RGB (Red+Green+Blue) = 218+227+62=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 227 (89.06% from 255 or 44.77% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE33E is #251CC1. Grayscale: #CECECE. Windows color (decimal): -2432194 or 4121562. OLE color: 4121562.
HSL color Cylindrical-coordinate representation of color #DAE33E: hue angle of 63.27º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAE33E is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 227 | 62 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.11 |
| HSL | 63.27º | 0.75% | 0.57% | - |
| HSV(B) | 63.27º | 0.73% | 0.89% | - |
| XYZ | 57.25 | 70.19 | 15.09 | - |
| YUV | 205.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 227 | 62 | 0.04 | 0 | 0.73 | 0.11 | 63.27 | 0.75 | 0.57 |
| Hex | DA | E3 | 3E | 4 | 0 | 49 | B | 3F | 4B | 39 |
| Octal | 332 | 343 | 76 | 4 | 0 | 111 | 13 | 77 | 113 | 71 |
| Binary | 11011010 | 11100011 | 111110 | 100 | 0 | 1001001 | 1011 | 111111 | 1001011 | 111001 |
Color Harmonies of #DAE33E
Complementary color
Monochromatic Colors of #DAE33E
Black with #DAE33E
Text Example
Text Example
White with #DAE33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE33E; }
p { color: rgb(218,227,62); }
H1.HeaderClassName
{
color: #DAE33E;
}
.AnyTagClassName
{
color: #DAE33E;
}
</style>
background-color css
<style>
a { background-color: #DAE33E; }
a { background-color: rgb(218,227,62); }
div.DivClassName
{
background-color: #DAE33E;
}
.BgClassName
{
background-color: #DAE33E;
}
</style>
border-color css
<style>
span { border-color: #DAE33E; }
span { border-color: rgb(218,227,62); }
td.TdClassName
{
border-color: #DAE33E;
}
.TagClassName
{
border-color: #DAE33E;
}
</style>