Shades of Starship #D8D943
Tints of Starship #D8D943
RGB
CMYK
RGB Variations
Color information
#D8D943 (or 0xD8D943) is known color: Starship. HEX triplet: D8, D9 and 43. RGB value is (216,217,67). Sum of RGB (Red+Green+Blue) = 216+217+67=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D943 is #2726BC. Grayscale: #C8C8C8. Windows color (decimal): -2565821 or 4446680. OLE color: 4446680.
HSL color Cylindrical-coordinate representation of color #D8D943: hue angle of 60.4º degrees, saturation: 0.66, 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 #D8D943 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 217 | 67 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.15 |
| HSL | 60.4º | 0.66% | 0.56% | - |
| HSV(B) | 60.4º | 0.69% | 0.85% | - |
| XYZ | 54.14 | 64.63 | 14.93 | - |
| YUV | 199.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 67 | 0.00 | 0 | 0.69 | 0.15 | 60.4 | 0.66 | 0.56 |
| Hex | D8 | D9 | 43 | 0 | 0 | 45 | F | 3C | 42 | 38 |
| Octal | 330 | 331 | 103 | 0 | 0 | 105 | 17 | 74 | 102 | 70 |
| Binary | 11011000 | 11011001 | 1000011 | 0 | 0 | 1000101 | 1111 | 111100 | 1000010 | 111000 |
Color Harmonies of #D8D943
Complementary color
Monochromatic Colors of #D8D943
Black with #D8D943
Text Example
Text Example
White with #D8D943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D943; }
p { color: rgb(216,217,67); }
H1.HeaderClassName
{
color: #D8D943;
}
.AnyTagClassName
{
color: #D8D943;
}
</style>
background-color css
<style>
a { background-color: #D8D943; }
a { background-color: rgb(216,217,67); }
div.DivClassName
{
background-color: #D8D943;
}
.BgClassName
{
background-color: #D8D943;
}
</style>
border-color css
<style>
span { border-color: #D8D943; }
span { border-color: rgb(216,217,67); }
td.TdClassName
{
border-color: #D8D943;
}
.TagClassName
{
border-color: #D8D943;
}
</style>