Shades of Starship #D9D63C
Tints of Starship #D9D63C
RGB
CMYK
RGB Variations
Color information
#D9D63C (or 0xD9D63C) is known color: Starship. HEX triplet: D9, D6 and 3C. RGB value is (217,214,60). Sum of RGB (Red+Green+Blue) = 217+214+60=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D63C is #2629C3. Grayscale: #C5C5C5. Windows color (decimal): -2501060 or 3987161. OLE color: 3987161.
HSL color Cylindrical-coordinate representation of color #D9D63C: hue angle of 58.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9D63C is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 60 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.15 |
| HSL | 58.85º | 0.67% | 0.54% | - |
| HSV(B) | 58.85º | 0.72% | 0.85% | - |
| XYZ | 53.48 | 63.17 | 13.65 | - |
| YUV | 197.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 60 | 0 | 0.01 | 0.72 | 0.15 | 58.85 | 0.67 | 0.54 |
| Hex | D9 | D6 | 3C | 0 | 1 | 48 | F | 3B | 43 | 36 |
| Octal | 331 | 326 | 74 | 0 | 1 | 110 | 17 | 73 | 103 | 66 |
| Binary | 11011001 | 11010110 | 111100 | 0 | 1 | 1001000 | 1111 | 111011 | 1000011 | 110110 |
Color Harmonies of #D9D63C
Complementary color
Monochromatic Colors of #D9D63C
Black with #D9D63C
Text Example
Text Example
White with #D9D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D63C; }
p { color: rgb(217,214,60); }
H1.HeaderClassName
{
color: #D9D63C;
}
.AnyTagClassName
{
color: #D9D63C;
}
</style>
background-color css
<style>
a { background-color: #D9D63C; }
a { background-color: rgb(217,214,60); }
div.DivClassName
{
background-color: #D9D63C;
}
.BgClassName
{
background-color: #D9D63C;
}
</style>
border-color css
<style>
span { border-color: #D9D63C; }
span { border-color: rgb(217,214,60); }
td.TdClassName
{
border-color: #D9D63C;
}
.TagClassName
{
border-color: #D9D63C;
}
</style>