Shades of Starship #D9DF46
Tints of Starship #D9DF46
RGB
CMYK
RGB Variations
Color information
#D9DF46 (or 0xD9DF46) is known color: Starship. HEX triplet: D9, DF and 46. RGB value is (217,223,70). Sum of RGB (Red+Green+Blue) = 217+223+70=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DF46 is #2620B9. Grayscale: #CCCCCC. Windows color (decimal): -2498746 or 4644825. OLE color: 4644825.
HSL color Cylindrical-coordinate representation of color #D9DF46: hue angle of 62.35º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9DF46 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 223 | 70 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.13 |
| HSL | 62.35º | 0.71% | 0.57% | - |
| HSV(B) | 62.35º | 0.69% | 0.87% | - |
| XYZ | 56.11 | 67.97 | 15.96 | - |
| YUV | 203.76 | 52.51 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 70 | 0.03 | 0 | 0.69 | 0.13 | 62.35 | 0.71 | 0.57 |
| Hex | D9 | DF | 46 | 3 | 0 | 45 | D | 3E | 47 | 39 |
| Octal | 331 | 337 | 106 | 3 | 0 | 105 | 15 | 76 | 107 | 71 |
| Binary | 11011001 | 11011111 | 1000110 | 11 | 0 | 1000101 | 1101 | 111110 | 1000111 | 111001 |
Color Harmonies of #D9DF46
Complementary color
Monochromatic Colors of #D9DF46
Black with #D9DF46
Text Example
Text Example
White with #D9DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DF46; }
p { color: rgb(217,223,70); }
H1.HeaderClassName
{
color: #D9DF46;
}
.AnyTagClassName
{
color: #D9DF46;
}
</style>
background-color css
<style>
a { background-color: #D9DF46; }
a { background-color: rgb(217,223,70); }
div.DivClassName
{
background-color: #D9DF46;
}
.BgClassName
{
background-color: #D9DF46;
}
</style>
border-color css
<style>
span { border-color: #D9DF46; }
span { border-color: rgb(217,223,70); }
td.TdClassName
{
border-color: #D9DF46;
}
.TagClassName
{
border-color: #D9DF46;
}
</style>