Shades of Starship #D9D539
Tints of Starship #D9D539
RGB
CMYK
RGB Variations
Color information
#D9D539 (or 0xD9D539) is known color: Starship. HEX triplet: D9, D5 and 39. RGB value is (217,213,57). Sum of RGB (Red+Green+Blue) = 217+213+57=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 57 (22.66% from 255 or 11.70% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D539 is #262AC6. Grayscale: #C5C5C5. Windows color (decimal): -2501319 or 3790297. OLE color: 3790297.
HSL color Cylindrical-coordinate representation of color #D9D539: hue angle of 58.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9D539 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 57 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.15 |
| HSL | 58.5º | 0.68% | 0.54% | - |
| HSV(B) | 58.5º | 0.74% | 0.85% | - |
| XYZ | 53.15 | 62.64 | 13.16 | - |
| YUV | 196.41 | 49.33 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 57 | 0 | 0.02 | 0.74 | 0.15 | 58.5 | 0.68 | 0.54 |
| Hex | D9 | D5 | 39 | 0 | 2 | 4A | F | 3A | 44 | 36 |
| Octal | 331 | 325 | 71 | 0 | 2 | 112 | 17 | 72 | 104 | 66 |
| Binary | 11011001 | 11010101 | 111001 | 0 | 10 | 1001010 | 1111 | 111010 | 1000100 | 110110 |
Color Harmonies of #D9D539
Complementary color
Monochromatic Colors of #D9D539
Black with #D9D539
Text Example
Text Example
White with #D9D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D539; }
p { color: rgb(217,213,57); }
H1.HeaderClassName
{
color: #D9D539;
}
.AnyTagClassName
{
color: #D9D539;
}
</style>
background-color css
<style>
a { background-color: #D9D539; }
a { background-color: rgb(217,213,57); }
div.DivClassName
{
background-color: #D9D539;
}
.BgClassName
{
background-color: #D9D539;
}
</style>
border-color css
<style>
span { border-color: #D9D539; }
span { border-color: rgb(217,213,57); }
td.TdClassName
{
border-color: #D9D539;
}
.TagClassName
{
border-color: #D9D539;
}
</style>