Shades of Starship #DBD533
Tints of Starship #DBD533
RGB
CMYK
RGB Variations
Color information
#DBD533 (or 0xDBD533) is known color: Starship. HEX triplet: DB, D5 and 33. RGB value is (219,213,51). Sum of RGB (Red+Green+Blue) = 219+213+51=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD533 is #242ACC. Grayscale: #C4C4C4. Windows color (decimal): -2370253 or 3397083. OLE color: 3397083.
HSL color Cylindrical-coordinate representation of color #DBD533: hue angle of 57.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBD533 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 51 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.14 |
| HSL | 57.86º | 0.7% | 0.53% | - |
| HSV(B) | 57.86º | 0.77% | 0.86% | - |
| XYZ | 53.61 | 62.89 | 12.45 | - |
| YUV | 196.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 51 | 0 | 0.03 | 0.77 | 0.14 | 57.86 | 0.7 | 0.53 |
| Hex | DB | D5 | 33 | 0 | 3 | 4D | E | 3A | 46 | 35 |
| Octal | 333 | 325 | 63 | 0 | 3 | 115 | 16 | 72 | 106 | 65 |
| Binary | 11011011 | 11010101 | 110011 | 0 | 11 | 1001101 | 1110 | 111010 | 1000110 | 110101 |
Color Harmonies of #DBD533
Complementary color
Monochromatic Colors of #DBD533
Black with #DBD533
Text Example
Text Example
White with #DBD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD533; }
p { color: rgb(219,213,51); }
H1.HeaderClassName
{
color: #DBD533;
}
.AnyTagClassName
{
color: #DBD533;
}
</style>
background-color css
<style>
a { background-color: #DBD533; }
a { background-color: rgb(219,213,51); }
div.DivClassName
{
background-color: #DBD533;
}
.BgClassName
{
background-color: #DBD533;
}
</style>
border-color css
<style>
span { border-color: #DBD533; }
span { border-color: rgb(219,213,51); }
td.TdClassName
{
border-color: #DBD533;
}
.TagClassName
{
border-color: #DBD533;
}
</style>