Shades of Starship #DBD837
Tints of Starship #DBD837
RGB
CMYK
RGB Variations
Color information
#DBD837 (or 0xDBD837) is known color: Starship. HEX triplet: DB, D8 and 37. RGB value is (219,216,55). Sum of RGB (Red+Green+Blue) = 219+216+55=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD837 is #2427C8. Grayscale: #C7C7C7. Windows color (decimal): -2369481 or 3659995. OLE color: 3659995.
HSL color Cylindrical-coordinate representation of color #DBD837: hue angle of 58.9º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBD837 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 55 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.14 |
| HSL | 58.9º | 0.69% | 0.54% | - |
| HSV(B) | 58.9º | 0.75% | 0.86% | - |
| XYZ | 54.46 | 64.45 | 13.18 | - |
| YUV | 198.54 | 46.99 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 55 | 0 | 0.01 | 0.75 | 0.14 | 58.9 | 0.69 | 0.54 |
| Hex | DB | D8 | 37 | 0 | 1 | 4B | E | 3B | 45 | 36 |
| Octal | 333 | 330 | 67 | 0 | 1 | 113 | 16 | 73 | 105 | 66 |
| Binary | 11011011 | 11011000 | 110111 | 0 | 1 | 1001011 | 1110 | 111011 | 1000101 | 110110 |
Color Harmonies of #DBD837
Complementary color
Monochromatic Colors of #DBD837
Black with #DBD837
Text Example
Text Example
White with #DBD837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD837; }
p { color: rgb(219,216,55); }
H1.HeaderClassName
{
color: #DBD837;
}
.AnyTagClassName
{
color: #DBD837;
}
</style>
background-color css
<style>
a { background-color: #DBD837; }
a { background-color: rgb(219,216,55); }
div.DivClassName
{
background-color: #DBD837;
}
.BgClassName
{
background-color: #DBD837;
}
</style>
border-color css
<style>
span { border-color: #DBD837; }
span { border-color: rgb(219,216,55); }
td.TdClassName
{
border-color: #DBD837;
}
.TagClassName
{
border-color: #DBD837;
}
</style>