Shades of Starship #D9DA46
Tints of Starship #D9DA46
RGB
CMYK
RGB Variations
Color information
#D9DA46 (or 0xD9DA46) is known color: Starship. HEX triplet: D9, DA and 46. RGB value is (217,218,70). Sum of RGB (Red+Green+Blue) = 217+218+70=505 (66% of max value = 765). Red value is 217 (85.16% from 255 or 42.97% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 70 (27.73% from 255 or 13.86% from 505); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA46 is #2625B9. Grayscale: #C9C9C9. Windows color (decimal): -2500026 or 4643545. OLE color: 4643545.
HSL color Cylindrical-coordinate representation of color #D9DA46: hue angle of 60.41º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D9DA46 is Cyan = 0.00, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 70 | - |
| CMYK | 0.00 | 0 | 0.68 | 0.15 |
| HSL | 60.41º | 0.67% | 0.56% | - |
| HSV(B) | 60.41º | 0.68% | 0.85% | - |
| XYZ | 54.79 | 65.34 | 15.52 | - |
| YUV | 200.83 | 54.17 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 70 | 0.00 | 0 | 0.68 | 0.15 | 60.41 | 0.67 | 0.56 |
| Hex | D9 | DA | 46 | 0 | 0 | 44 | F | 3C | 43 | 38 |
| Octal | 331 | 332 | 106 | 0 | 0 | 104 | 17 | 74 | 103 | 70 |
| Binary | 11011001 | 11011010 | 1000110 | 0 | 0 | 1000100 | 1111 | 111100 | 1000011 | 111000 |
Color Harmonies of #D9DA46
Complementary color
Monochromatic Colors of #D9DA46
Black with #D9DA46
Text Example
Text Example
White with #D9DA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA46; }
p { color: rgb(217,218,70); }
H1.HeaderClassName
{
color: #D9DA46;
}
.AnyTagClassName
{
color: #D9DA46;
}
</style>
background-color css
<style>
a { background-color: #D9DA46; }
a { background-color: rgb(217,218,70); }
div.DivClassName
{
background-color: #D9DA46;
}
.BgClassName
{
background-color: #D9DA46;
}
</style>
border-color css
<style>
span { border-color: #D9DA46; }
span { border-color: rgb(217,218,70); }
td.TdClassName
{
border-color: #D9DA46;
}
.TagClassName
{
border-color: #D9DA46;
}
</style>