Shades of Starship #D9E348
Tints of Starship #D9E348
RGB
CMYK
RGB Variations
Color information
#D9E348 (or 0xD9E348) is known color: Starship. HEX triplet: D9, E3 and 48. RGB value is (217,227,72). Sum of RGB (Red+Green+Blue) = 217+227+72=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9E348 is #261CB7. Grayscale: #CECECE. Windows color (decimal): -2497720 or 4776921. OLE color: 4776921.
HSL color Cylindrical-coordinate representation of color #D9E348: hue angle of 63.87º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9E348 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 227 | 72 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.11 |
| HSL | 63.87º | 0.73% | 0.59% | - |
| HSV(B) | 63.87º | 0.68% | 0.89% | - |
| XYZ | 57.25 | 70.16 | 16.66 | - |
| YUV | 206.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 227 | 72 | 0.04 | 0 | 0.68 | 0.11 | 63.87 | 0.73 | 0.59 |
| Hex | D9 | E3 | 48 | 4 | 0 | 44 | B | 40 | 49 | 3B |
| Octal | 331 | 343 | 110 | 4 | 0 | 104 | 13 | 100 | 111 | 73 |
| Binary | 11011001 | 11100011 | 1001000 | 100 | 0 | 1000100 | 1011 | 1000000 | 1001001 | 111011 |
Color Harmonies of #D9E348
Complementary color
Monochromatic Colors of #D9E348
Black with #D9E348
Text Example
Text Example
White with #D9E348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E348; }
p { color: rgb(217,227,72); }
H1.HeaderClassName
{
color: #D9E348;
}
.AnyTagClassName
{
color: #D9E348;
}
</style>
background-color css
<style>
a { background-color: #D9E348; }
a { background-color: rgb(217,227,72); }
div.DivClassName
{
background-color: #D9E348;
}
.BgClassName
{
background-color: #D9E348;
}
</style>
border-color css
<style>
span { border-color: #D9E348; }
span { border-color: rgb(217,227,72); }
td.TdClassName
{
border-color: #D9E348;
}
.TagClassName
{
border-color: #D9E348;
}
</style>