Shades of Starship #DBD934
Tints of Starship #DBD934
RGB
CMYK
RGB Variations
Color information
#DBD934 (or 0xDBD934) is known color: Starship. HEX triplet: DB, D9 and 34. RGB value is (219,217,52). Sum of RGB (Red+Green+Blue) = 219+217+52=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 52 (20.70% from 255 or 10.66% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD934 is #2426CB. Grayscale: #C7C7C7. Windows color (decimal): -2369228 or 3463643. OLE color: 3463643.
HSL color Cylindrical-coordinate representation of color #DBD934: hue angle of 59.28º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBD934 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 52 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.14 |
| HSL | 59.28º | 0.7% | 0.53% | - |
| HSV(B) | 59.28º | 0.76% | 0.86% | - |
| XYZ | 54.65 | 64.93 | 12.9 | - |
| YUV | 198.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 52 | 0 | 0.01 | 0.76 | 0.14 | 59.28 | 0.7 | 0.53 |
| Hex | DB | D9 | 34 | 0 | 1 | 4C | E | 3B | 46 | 35 |
| Octal | 333 | 331 | 64 | 0 | 1 | 114 | 16 | 73 | 106 | 65 |
| Binary | 11011011 | 11011001 | 110100 | 0 | 1 | 1001100 | 1110 | 111011 | 1000110 | 110101 |
Color Harmonies of #DBD934
Complementary color
Monochromatic Colors of #DBD934
Black with #DBD934
Text Example
Text Example
White with #DBD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD934; }
p { color: rgb(219,217,52); }
H1.HeaderClassName
{
color: #DBD934;
}
.AnyTagClassName
{
color: #DBD934;
}
</style>
background-color css
<style>
a { background-color: #DBD934; }
a { background-color: rgb(219,217,52); }
div.DivClassName
{
background-color: #DBD934;
}
.BgClassName
{
background-color: #DBD934;
}
</style>
border-color css
<style>
span { border-color: #DBD934; }
span { border-color: rgb(219,217,52); }
td.TdClassName
{
border-color: #DBD934;
}
.TagClassName
{
border-color: #DBD934;
}
</style>