Shades of Starship #DBD535
Tints of Starship #DBD535
RGB
CMYK
RGB Variations
Color information
#DBD535 (or 0xDBD535) is known color: Starship. HEX triplet: DB, D5 and 35. RGB value is (219,213,53). Sum of RGB (Red+Green+Blue) = 219+213+53=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD535 is #242ACA. Grayscale: #C5C5C5. Windows color (decimal): -2370251 or 3528155. OLE color: 3528155.
HSL color Cylindrical-coordinate representation of color #DBD535: hue angle of 57.83º 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 #DBD535 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 53 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.14 |
| HSL | 57.83º | 0.7% | 0.53% | - |
| HSV(B) | 57.83º | 0.76% | 0.86% | - |
| XYZ | 53.65 | 62.91 | 12.68 | - |
| YUV | 196.55 | 46.99 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 53 | 0 | 0.03 | 0.76 | 0.14 | 57.83 | 0.7 | 0.53 |
| Hex | DB | D5 | 35 | 0 | 3 | 4C | E | 3A | 46 | 35 |
| Octal | 333 | 325 | 65 | 0 | 3 | 114 | 16 | 72 | 106 | 65 |
| Binary | 11011011 | 11010101 | 110101 | 0 | 11 | 1001100 | 1110 | 111010 | 1000110 | 110101 |
Color Harmonies of #DBD535
Complementary color
Monochromatic Colors of #DBD535
Black with #DBD535
Text Example
Text Example
White with #DBD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD535; }
p { color: rgb(219,213,53); }
H1.HeaderClassName
{
color: #DBD535;
}
.AnyTagClassName
{
color: #DBD535;
}
</style>
background-color css
<style>
a { background-color: #DBD535; }
a { background-color: rgb(219,213,53); }
div.DivClassName
{
background-color: #DBD535;
}
.BgClassName
{
background-color: #DBD535;
}
</style>
border-color css
<style>
span { border-color: #DBD535; }
span { border-color: rgb(219,213,53); }
td.TdClassName
{
border-color: #DBD535;
}
.TagClassName
{
border-color: #DBD535;
}
</style>