Shades of Starship #D9D73A
Tints of Starship #D9D73A
RGB
CMYK
RGB Variations
Color information
#D9D73A (or 0xD9D73A) is known color: Starship. HEX triplet: D9, D7 and 3A. RGB value is (217,215,58). Sum of RGB (Red+Green+Blue) = 217+215+58=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 58 (23.05% from 255 or 11.84% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D73A is #2628C5. Grayscale: #C6C6C6. Windows color (decimal): -2500806 or 3856345. OLE color: 3856345.
HSL color Cylindrical-coordinate representation of color #D9D73A: hue angle of 59.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9D73A is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 215 | 58 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.15 |
| HSL | 59.25º | 0.68% | 0.54% | - |
| HSV(B) | 59.25º | 0.73% | 0.85% | - |
| XYZ | 53.68 | 63.66 | 13.46 | - |
| YUV | 197.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 215 | 58 | 0 | 0.01 | 0.73 | 0.15 | 59.25 | 0.68 | 0.54 |
| Hex | D9 | D7 | 3A | 0 | 1 | 49 | F | 3B | 44 | 36 |
| Octal | 331 | 327 | 72 | 0 | 1 | 111 | 17 | 73 | 104 | 66 |
| Binary | 11011001 | 11010111 | 111010 | 0 | 1 | 1001001 | 1111 | 111011 | 1000100 | 110110 |
Color Harmonies of #D9D73A
Complementary color
Monochromatic Colors of #D9D73A
Black with #D9D73A
Text Example
Text Example
White with #D9D73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D73A; }
p { color: rgb(217,215,58); }
H1.HeaderClassName
{
color: #D9D73A;
}
.AnyTagClassName
{
color: #D9D73A;
}
</style>
background-color css
<style>
a { background-color: #D9D73A; }
a { background-color: rgb(217,215,58); }
div.DivClassName
{
background-color: #D9D73A;
}
.BgClassName
{
background-color: #D9D73A;
}
</style>
border-color css
<style>
span { border-color: #D9D73A; }
span { border-color: rgb(217,215,58); }
td.TdClassName
{
border-color: #D9D73A;
}
.TagClassName
{
border-color: #D9D73A;
}
</style>