Shades of Starship #D9DA44
Tints of Starship #D9DA44
RGB
CMYK
RGB Variations
Color information
#D9DA44 (or 0xD9DA44) is known color: Starship. HEX triplet: D9, DA and 44. RGB value is (217,218,68). Sum of RGB (Red+Green+Blue) = 217+218+68=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA44 is #2625BB. Grayscale: #C9C9C9. Windows color (decimal): -2500028 or 4512473. OLE color: 4512473.
HSL color Cylindrical-coordinate representation of color #D9DA44: hue angle of 60.4º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D9DA44 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 218 | 68 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.15 |
| HSL | 60.4º | 0.67% | 0.56% | - |
| HSV(B) | 60.4º | 0.69% | 0.85% | - |
| XYZ | 54.73 | 65.31 | 15.19 | - |
| YUV | 200.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 218 | 68 | 0.00 | 0 | 0.69 | 0.15 | 60.4 | 0.67 | 0.56 |
| Hex | D9 | DA | 44 | 0 | 0 | 45 | F | 3C | 43 | 38 |
| Octal | 331 | 332 | 104 | 0 | 0 | 105 | 17 | 74 | 103 | 70 |
| Binary | 11011001 | 11011010 | 1000100 | 0 | 0 | 1000101 | 1111 | 111100 | 1000011 | 111000 |
Color Harmonies of #D9DA44
Complementary color
Monochromatic Colors of #D9DA44
Black with #D9DA44
Text Example
Text Example
White with #D9DA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DA44; }
p { color: rgb(217,218,68); }
H1.HeaderClassName
{
color: #D9DA44;
}
.AnyTagClassName
{
color: #D9DA44;
}
</style>
background-color css
<style>
a { background-color: #D9DA44; }
a { background-color: rgb(217,218,68); }
div.DivClassName
{
background-color: #D9DA44;
}
.BgClassName
{
background-color: #D9DA44;
}
</style>
border-color css
<style>
span { border-color: #D9DA44; }
span { border-color: rgb(217,218,68); }
td.TdClassName
{
border-color: #D9DA44;
}
.TagClassName
{
border-color: #D9DA44;
}
</style>