Shades of Starship #D8D841
Tints of Starship #D8D841
RGB
CMYK
RGB Variations
Color information
#D8D841 (or 0xD8D841) is known color: Starship. HEX triplet: D8, D8 and 41. RGB value is (216,216,65). Sum of RGB (Red+Green+Blue) = 216+216+65=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 216 (84.77% from 255 or 43.46% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D841 is #2727BE. Grayscale: #C7C7C7. Windows color (decimal): -2566079 or 4315352. OLE color: 4315352.
HSL color Cylindrical-coordinate representation of color #D8D841: hue angle of 60º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8D841 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 216 | 65 | - |
| CMYK | 0 | 0 | 0.70 | 0.15 |
| HSL | 60º | 0.66% | 0.55% | - |
| HSV(B) | 60º | 0.7% | 0.85% | - |
| XYZ | 53.83 | 64.09 | 14.54 | - |
| YUV | 198.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 216 | 65 | 0 | 0 | 0.70 | 0.15 | 60 | 0.66 | 0.55 |
| Hex | D8 | D8 | 41 | 0 | 0 | 46 | F | 3C | 42 | 37 |
| Octal | 330 | 330 | 101 | 0 | 0 | 106 | 17 | 74 | 102 | 67 |
| Binary | 11011000 | 11011000 | 1000001 | 0 | 0 | 1000110 | 1111 | 111100 | 1000010 | 110111 |
Color Harmonies of #D8D841
Complementary color
Monochromatic Colors of #D8D841
Black with #D8D841
Text Example
Text Example
White with #D8D841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D841; }
p { color: rgb(216,216,65); }
H1.HeaderClassName
{
color: #D8D841;
}
.AnyTagClassName
{
color: #D8D841;
}
</style>
background-color css
<style>
a { background-color: #D8D841; }
a { background-color: rgb(216,216,65); }
div.DivClassName
{
background-color: #D8D841;
}
.BgClassName
{
background-color: #D8D841;
}
</style>
border-color css
<style>
span { border-color: #D8D841; }
span { border-color: rgb(216,216,65); }
td.TdClassName
{
border-color: #D8D841;
}
.TagClassName
{
border-color: #D8D841;
}
</style>