Shades of Starship #D9E03D
Tints of Starship #D9E03D
RGB
CMYK
RGB Variations
Color information
#D9E03D (or 0xD9E03D) is known color: Starship. HEX triplet: D9, E0 and 3D. RGB value is (217,224,61). Sum of RGB (Red+Green+Blue) = 217+224+61=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E03D is #261FC2. Grayscale: #CBCBCB. Windows color (decimal): -2498499 or 4055257. OLE color: 4055257.
HSL color Cylindrical-coordinate representation of color #D9E03D: hue angle of 62.58º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9E03D is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 61 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.12 |
| HSL | 62.58º | 0.72% | 0.56% | - |
| HSV(B) | 62.58º | 0.73% | 0.88% | - |
| XYZ | 56.11 | 68.4 | 14.66 | - |
| YUV | 203.33 | 47.68 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 61 | 0.03 | 0 | 0.73 | 0.12 | 62.58 | 0.72 | 0.56 |
| Hex | D9 | E0 | 3D | 3 | 0 | 49 | C | 3F | 48 | 38 |
| Octal | 331 | 340 | 75 | 3 | 0 | 111 | 14 | 77 | 110 | 70 |
| Binary | 11011001 | 11100000 | 111101 | 11 | 0 | 1001001 | 1100 | 111111 | 1001000 | 111000 |
Color Harmonies of #D9E03D
Complementary color
Monochromatic Colors of #D9E03D
Black with #D9E03D
Text Example
Text Example
White with #D9E03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E03D; }
p { color: rgb(217,224,61); }
H1.HeaderClassName
{
color: #D9E03D;
}
.AnyTagClassName
{
color: #D9E03D;
}
</style>
background-color css
<style>
a { background-color: #D9E03D; }
a { background-color: rgb(217,224,61); }
div.DivClassName
{
background-color: #D9E03D;
}
.BgClassName
{
background-color: #D9E03D;
}
</style>
border-color css
<style>
span { border-color: #D9E03D; }
span { border-color: rgb(217,224,61); }
td.TdClassName
{
border-color: #D9E03D;
}
.TagClassName
{
border-color: #D9E03D;
}
</style>