Shades of Starship #D8DC3F
Tints of Starship #D8DC3F
RGB
CMYK
RGB Variations
Color information
#D8DC3F (or 0xD8DC3F) is known color: Starship. HEX triplet: D8, DC and 3F. RGB value is (216,220,63). Sum of RGB (Red+Green+Blue) = 216+220+63=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC3F is #2723C0. Grayscale: #C9C9C9. Windows color (decimal): -2565057 or 4185304. OLE color: 4185304.
HSL color Cylindrical-coordinate representation of color #D8DC3F: hue angle of 61.53º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8DC3F is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 220 | 63 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.14 |
| HSL | 61.53º | 0.69% | 0.55% | - |
| HSV(B) | 61.53º | 0.71% | 0.86% | - |
| XYZ | 54.81 | 66.14 | 14.58 | - |
| YUV | 200.91 | 50.17 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 220 | 63 | 0.02 | 0 | 0.71 | 0.14 | 61.53 | 0.69 | 0.55 |
| Hex | D8 | DC | 3F | 2 | 0 | 47 | E | 3E | 45 | 37 |
| Octal | 330 | 334 | 77 | 2 | 0 | 107 | 16 | 76 | 105 | 67 |
| Binary | 11011000 | 11011100 | 111111 | 10 | 0 | 1000111 | 1110 | 111110 | 1000101 | 110111 |
Color Harmonies of #D8DC3F
Complementary color
Monochromatic Colors of #D8DC3F
Black with #D8DC3F
Text Example
Text Example
White with #D8DC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DC3F; }
p { color: rgb(216,220,63); }
H1.HeaderClassName
{
color: #D8DC3F;
}
.AnyTagClassName
{
color: #D8DC3F;
}
</style>
background-color css
<style>
a { background-color: #D8DC3F; }
a { background-color: rgb(216,220,63); }
div.DivClassName
{
background-color: #D8DC3F;
}
.BgClassName
{
background-color: #D8DC3F;
}
</style>
border-color css
<style>
span { border-color: #D8DC3F; }
span { border-color: rgb(216,220,63); }
td.TdClassName
{
border-color: #D8DC3F;
}
.TagClassName
{
border-color: #D8DC3F;
}
</style>