Shades of Starship #DBD936
Tints of Starship #DBD936
RGB
CMYK
RGB Variations
Color information
#DBD936 (or 0xDBD936) is known color: Starship. HEX triplet: DB, D9 and 36. RGB value is (219,217,54). Sum of RGB (Red+Green+Blue) = 219+217+54=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 54 (21.48% from 255 or 11.02% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD936 is #2426C9. Grayscale: #C7C7C7. Windows color (decimal): -2369226 or 3594715. OLE color: 3594715.
HSL color Cylindrical-coordinate representation of color #DBD936: hue angle of 59.27º degrees, saturation: 0.7, 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 #DBD936 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 54 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.14 |
| HSL | 59.27º | 0.7% | 0.54% | - |
| HSV(B) | 59.27º | 0.75% | 0.86% | - |
| XYZ | 54.69 | 64.95 | 13.14 | - |
| YUV | 199.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 54 | 0 | 0.01 | 0.75 | 0.14 | 59.27 | 0.7 | 0.54 |
| Hex | DB | D9 | 36 | 0 | 1 | 4B | E | 3B | 46 | 36 |
| Octal | 333 | 331 | 66 | 0 | 1 | 113 | 16 | 73 | 106 | 66 |
| Binary | 11011011 | 11011001 | 110110 | 0 | 1 | 1001011 | 1110 | 111011 | 1000110 | 110110 |
Color Harmonies of #DBD936
Complementary color
Monochromatic Colors of #DBD936
Black with #DBD936
Text Example
Text Example
White with #DBD936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD936; }
p { color: rgb(219,217,54); }
H1.HeaderClassName
{
color: #DBD936;
}
.AnyTagClassName
{
color: #DBD936;
}
</style>
background-color css
<style>
a { background-color: #DBD936; }
a { background-color: rgb(219,217,54); }
div.DivClassName
{
background-color: #DBD936;
}
.BgClassName
{
background-color: #DBD936;
}
</style>
border-color css
<style>
span { border-color: #DBD936; }
span { border-color: rgb(219,217,54); }
td.TdClassName
{
border-color: #DBD936;
}
.TagClassName
{
border-color: #DBD936;
}
</style>