Shades of Starship #D9E948
Tints of Starship #D9E948
RGB
CMYK
RGB Variations
Color information
#D9E948 (or 0xD9E948) is known color: Starship. HEX triplet: D9, E9 and 48. RGB value is (217,233,72). Sum of RGB (Red+Green+Blue) = 217+233+72=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E948 is #2616B7. Grayscale: #D2D2D2. Windows color (decimal): -2496184 or 4778457. OLE color: 4778457.
HSL color Cylindrical-coordinate representation of color #D9E948: hue angle of 65.96º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9E948 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 72 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.09 |
| HSL | 65.96º | 0.79% | 0.6% | - |
| HSV(B) | 65.96º | 0.69% | 0.91% | - |
| XYZ | 58.92 | 73.5 | 17.21 | - |
| YUV | 209.86 | 50.2 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 72 | 0.07 | 0 | 0.69 | 0.09 | 65.96 | 0.79 | 0.6 |
| Hex | D9 | E9 | 48 | 7 | 0 | 45 | 9 | 42 | 4F | 3C |
| Octal | 331 | 351 | 110 | 7 | 0 | 105 | 11 | 102 | 117 | 74 |
| Binary | 11011001 | 11101001 | 1001000 | 111 | 0 | 1000101 | 1001 | 1000010 | 1001111 | 111100 |
Color Harmonies of #D9E948
Complementary color
Monochromatic Colors of #D9E948
Black with #D9E948
Text Example
Text Example
White with #D9E948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E948; }
p { color: rgb(217,233,72); }
H1.HeaderClassName
{
color: #D9E948;
}
.AnyTagClassName
{
color: #D9E948;
}
</style>
background-color css
<style>
a { background-color: #D9E948; }
a { background-color: rgb(217,233,72); }
div.DivClassName
{
background-color: #D9E948;
}
.BgClassName
{
background-color: #D9E948;
}
</style>
border-color css
<style>
span { border-color: #D9E948; }
span { border-color: rgb(217,233,72); }
td.TdClassName
{
border-color: #D9E948;
}
.TagClassName
{
border-color: #D9E948;
}
</style>