Shades of Starship #D8DB40
Tints of Starship #D8DB40
RGB
CMYK
RGB Variations
Color information
#D8DB40 (or 0xD8DB40) is known color: Starship. HEX triplet: D8, DB and 40. RGB value is (216,219,64). Sum of RGB (Red+Green+Blue) = 216+219+64=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 64 (25.39% from 255 or 12.83% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DB40 is #2724BF. Grayscale: #C9C9C9. Windows color (decimal): -2565312 or 4250584. OLE color: 4250584.
HSL color Cylindrical-coordinate representation of color #D8DB40: hue angle of 61.16º degrees, saturation: 0.68, 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 #D8DB40 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 64 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.14 |
| HSL | 61.16º | 0.68% | 0.55% | - |
| HSV(B) | 61.16º | 0.71% | 0.86% | - |
| XYZ | 54.58 | 65.63 | 14.64 | - |
| YUV | 200.43 | 51.01 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 64 | 0.01 | 0 | 0.71 | 0.14 | 61.16 | 0.68 | 0.55 |
| Hex | D8 | DB | 40 | 1 | 0 | 47 | E | 3D | 44 | 37 |
| Octal | 330 | 333 | 100 | 1 | 0 | 107 | 16 | 75 | 104 | 67 |
| Binary | 11011000 | 11011011 | 1000000 | 1 | 0 | 1000111 | 1110 | 111101 | 1000100 | 110111 |
Color Harmonies of #D8DB40
Complementary color
Monochromatic Colors of #D8DB40
Black with #D8DB40
Text Example
Text Example
White with #D8DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DB40; }
p { color: rgb(216,219,64); }
H1.HeaderClassName
{
color: #D8DB40;
}
.AnyTagClassName
{
color: #D8DB40;
}
</style>
background-color css
<style>
a { background-color: #D8DB40; }
a { background-color: rgb(216,219,64); }
div.DivClassName
{
background-color: #D8DB40;
}
.BgClassName
{
background-color: #D8DB40;
}
</style>
border-color css
<style>
span { border-color: #D8DB40; }
span { border-color: rgb(216,219,64); }
td.TdClassName
{
border-color: #D8DB40;
}
.TagClassName
{
border-color: #D8DB40;
}
</style>