Shades of Starship #DBDA37
Tints of Starship #DBDA37
RGB
CMYK
RGB Variations
Color information
#DBDA37 (or 0xDBDA37) is known color: Starship. HEX triplet: DB, DA and 37. RGB value is (219,218,55). Sum of RGB (Red+Green+Blue) = 219+218+55=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 55 (21.88% from 255 or 11.18% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA37 is #2425C8. Grayscale: #C8C8C8. Windows color (decimal): -2368969 or 3660507. OLE color: 3660507.
HSL color Cylindrical-coordinate representation of color #DBDA37: hue angle of 59.63º 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 #DBDA37 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 55 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.14 |
| HSL | 59.63º | 0.69% | 0.54% | - |
| HSV(B) | 59.63º | 0.75% | 0.86% | - |
| XYZ | 54.97 | 65.48 | 13.36 | - |
| YUV | 199.72 | 46.33 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 55 | 0 | 0.00 | 0.75 | 0.14 | 59.63 | 0.69 | 0.54 |
| Hex | DB | DA | 37 | 0 | 0 | 4B | E | 3C | 45 | 36 |
| Octal | 333 | 332 | 67 | 0 | 0 | 113 | 16 | 74 | 105 | 66 |
| Binary | 11011011 | 11011010 | 110111 | 0 | 0 | 1001011 | 1110 | 111100 | 1000101 | 110110 |
Color Harmonies of #DBDA37
Complementary color
Monochromatic Colors of #DBDA37
Black with #DBDA37
Text Example
Text Example
White with #DBDA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA37; }
p { color: rgb(219,218,55); }
H1.HeaderClassName
{
color: #DBDA37;
}
.AnyTagClassName
{
color: #DBDA37;
}
</style>
background-color css
<style>
a { background-color: #DBDA37; }
a { background-color: rgb(219,218,55); }
div.DivClassName
{
background-color: #DBDA37;
}
.BgClassName
{
background-color: #DBDA37;
}
</style>
border-color css
<style>
span { border-color: #DBDA37; }
span { border-color: rgb(219,218,55); }
td.TdClassName
{
border-color: #DBDA37;
}
.TagClassName
{
border-color: #DBDA37;
}
</style>