Shades of Starship #D9E745
Tints of Starship #D9E745
RGB
CMYK
RGB Variations
Color information
#D9E745 (or 0xD9E745) is known color: Starship. HEX triplet: D9, E7 and 45. RGB value is (217,231,69). Sum of RGB (Red+Green+Blue) = 217+231+69=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 231 (90.62% from 255 or 44.68% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E745 is #2618BA. Grayscale: #D0D0D0. Windows color (decimal): -2496699 or 4581337. OLE color: 4581337.
HSL color Cylindrical-coordinate representation of color #D9E745: hue angle of 65.19º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9E745 is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 69 | - |
| CMYK | 0.06 | 0 | 0.70 | 0.09 |
| HSL | 65.19º | 0.77% | 0.59% | - |
| HSV(B) | 65.19º | 0.7% | 0.91% | - |
| XYZ | 58.27 | 72.33 | 16.52 | - |
| YUV | 208.35 | 49.36 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 69 | 0.06 | 0 | 0.70 | 0.09 | 65.19 | 0.77 | 0.59 |
| Hex | D9 | E7 | 45 | 6 | 0 | 46 | 9 | 41 | 4D | 3B |
| Octal | 331 | 347 | 105 | 6 | 0 | 106 | 11 | 101 | 115 | 73 |
| Binary | 11011001 | 11100111 | 1000101 | 110 | 0 | 1000110 | 1001 | 1000001 | 1001101 | 111011 |
Color Harmonies of #D9E745
Complementary color
Monochromatic Colors of #D9E745
Black with #D9E745
Text Example
Text Example
White with #D9E745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E745; }
p { color: rgb(217,231,69); }
H1.HeaderClassName
{
color: #D9E745;
}
.AnyTagClassName
{
color: #D9E745;
}
</style>
background-color css
<style>
a { background-color: #D9E745; }
a { background-color: rgb(217,231,69); }
div.DivClassName
{
background-color: #D9E745;
}
.BgClassName
{
background-color: #D9E745;
}
</style>
border-color css
<style>
span { border-color: #D9E745; }
span { border-color: rgb(217,231,69); }
td.TdClassName
{
border-color: #D9E745;
}
.TagClassName
{
border-color: #D9E745;
}
</style>