Shades of Starship #D9E03F
Tints of Starship #D9E03F
RGB
CMYK
RGB Variations
Color information
#D9E03F (or 0xD9E03F) is known color: Starship. HEX triplet: D9, E0 and 3F. RGB value is (217,224,63). Sum of RGB (Red+Green+Blue) = 217+224+63=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 63 (25% from 255 or 12.5% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E03F is #261FC0. Grayscale: #CCCCCC. Windows color (decimal): -2498497 or 4186329. OLE color: 4186329.
HSL color Cylindrical-coordinate representation of color #D9E03F: hue angle of 62.61º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9E03F is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 63 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.12 |
| HSL | 62.61º | 0.72% | 0.56% | - |
| HSV(B) | 62.61º | 0.72% | 0.88% | - |
| XYZ | 56.17 | 68.42 | 14.95 | - |
| YUV | 203.55 | 48.68 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 63 | 0.03 | 0 | 0.72 | 0.12 | 62.61 | 0.72 | 0.56 |
| Hex | D9 | E0 | 3F | 3 | 0 | 48 | C | 3F | 48 | 38 |
| Octal | 331 | 340 | 77 | 3 | 0 | 110 | 14 | 77 | 110 | 70 |
| Binary | 11011001 | 11100000 | 111111 | 11 | 0 | 1001000 | 1100 | 111111 | 1001000 | 111000 |
Color Harmonies of #D9E03F
Complementary color
Monochromatic Colors of #D9E03F
Black with #D9E03F
Text Example
Text Example
White with #D9E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E03F; }
p { color: rgb(217,224,63); }
H1.HeaderClassName
{
color: #D9E03F;
}
.AnyTagClassName
{
color: #D9E03F;
}
</style>
background-color css
<style>
a { background-color: #D9E03F; }
a { background-color: rgb(217,224,63); }
div.DivClassName
{
background-color: #D9E03F;
}
.BgClassName
{
background-color: #D9E03F;
}
</style>
border-color css
<style>
span { border-color: #D9E03F; }
span { border-color: rgb(217,224,63); }
td.TdClassName
{
border-color: #D9E03F;
}
.TagClassName
{
border-color: #D9E03F;
}
</style>