Shades of Starship #D8DA40
Tints of Starship #D8DA40
RGB
CMYK
RGB Variations
Color information
#D8DA40 (or 0xD8DA40) is known color: Starship. HEX triplet: D8, DA and 40. RGB value is (216,218,64). Sum of RGB (Red+Green+Blue) = 216+218+64=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DA40 is #2725BF. Grayscale: #C8C8C8. Windows color (decimal): -2565568 or 4250328. OLE color: 4250328.
HSL color Cylindrical-coordinate representation of color #D8DA40: hue angle of 60.78º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8DA40 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 64 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.15 |
| HSL | 60.78º | 0.68% | 0.55% | - |
| HSV(B) | 60.78º | 0.71% | 0.85% | - |
| XYZ | 54.32 | 65.11 | 14.56 | - |
| YUV | 199.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 64 | 0.01 | 0 | 0.71 | 0.15 | 60.78 | 0.68 | 0.55 |
| Hex | D8 | DA | 40 | 1 | 0 | 47 | F | 3D | 44 | 37 |
| Octal | 330 | 332 | 100 | 1 | 0 | 107 | 17 | 75 | 104 | 67 |
| Binary | 11011000 | 11011010 | 1000000 | 1 | 0 | 1000111 | 1111 | 111101 | 1000100 | 110111 |
Color Harmonies of #D8DA40
Complementary color
Monochromatic Colors of #D8DA40
Black with #D8DA40
Text Example
Text Example
White with #D8DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA40; }
p { color: rgb(216,218,64); }
H1.HeaderClassName
{
color: #D8DA40;
}
.AnyTagClassName
{
color: #D8DA40;
}
</style>
background-color css
<style>
a { background-color: #D8DA40; }
a { background-color: rgb(216,218,64); }
div.DivClassName
{
background-color: #D8DA40;
}
.BgClassName
{
background-color: #D8DA40;
}
</style>
border-color css
<style>
span { border-color: #D8DA40; }
span { border-color: rgb(216,218,64); }
td.TdClassName
{
border-color: #D8DA40;
}
.TagClassName
{
border-color: #D8DA40;
}
</style>