Shades of Starship #D9D63D
Tints of Starship #D9D63D
RGB
CMYK
RGB Variations
Color information
#D9D63D (or 0xD9D63D) is known color: Starship. HEX triplet: D9, D6 and 3D. RGB value is (217,214,61). Sum of RGB (Red+Green+Blue) = 217+214+61=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D63D is #2629C2. Grayscale: #C6C6C6. Windows color (decimal): -2501059 or 4052697. OLE color: 4052697.
HSL color Cylindrical-coordinate representation of color #D9D63D: hue angle of 58.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9D63D is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 61 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.15 |
| HSL | 58.85º | 0.67% | 0.55% | - |
| HSV(B) | 58.85º | 0.72% | 0.85% | - |
| XYZ | 53.5 | 63.18 | 13.79 | - |
| YUV | 197.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 61 | 0 | 0.01 | 0.72 | 0.15 | 58.85 | 0.67 | 0.55 |
| Hex | D9 | D6 | 3D | 0 | 1 | 48 | F | 3B | 43 | 37 |
| Octal | 331 | 326 | 75 | 0 | 1 | 110 | 17 | 73 | 103 | 67 |
| Binary | 11011001 | 11010110 | 111101 | 0 | 1 | 1001000 | 1111 | 111011 | 1000011 | 110111 |
Color Harmonies of #D9D63D
Complementary color
Monochromatic Colors of #D9D63D
Black with #D9D63D
Text Example
Text Example
White with #D9D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D63D; }
p { color: rgb(217,214,61); }
H1.HeaderClassName
{
color: #D9D63D;
}
.AnyTagClassName
{
color: #D9D63D;
}
</style>
background-color css
<style>
a { background-color: #D9D63D; }
a { background-color: rgb(217,214,61); }
div.DivClassName
{
background-color: #D9D63D;
}
.BgClassName
{
background-color: #D9D63D;
}
</style>
border-color css
<style>
span { border-color: #D9D63D; }
span { border-color: rgb(217,214,61); }
td.TdClassName
{
border-color: #D9D63D;
}
.TagClassName
{
border-color: #D9D63D;
}
</style>