Shades of Starship #DBD735
Tints of Starship #DBD735
RGB
CMYK
RGB Variations
Color information
#DBD735 (or 0xDBD735) is known color: Starship. HEX triplet: DB, D7 and 35. RGB value is (219,215,53). Sum of RGB (Red+Green+Blue) = 219+215+53=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD735 is #2428CA. Grayscale: #C6C6C6. Windows color (decimal): -2369739 or 3528667. OLE color: 3528667.
HSL color Cylindrical-coordinate representation of color #DBD735: hue angle of 58.55º 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 #DBD735 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 53 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.14 |
| HSL | 58.55º | 0.7% | 0.53% | - |
| HSV(B) | 58.55º | 0.76% | 0.86% | - |
| XYZ | 54.16 | 63.92 | 12.85 | - |
| YUV | 197.73 | 46.33 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 53 | 0 | 0.02 | 0.76 | 0.14 | 58.55 | 0.7 | 0.53 |
| Hex | DB | D7 | 35 | 0 | 2 | 4C | E | 3B | 46 | 35 |
| Octal | 333 | 327 | 65 | 0 | 2 | 114 | 16 | 73 | 106 | 65 |
| Binary | 11011011 | 11010111 | 110101 | 0 | 10 | 1001100 | 1110 | 111011 | 1000110 | 110101 |
Color Harmonies of #DBD735
Complementary color
Monochromatic Colors of #DBD735
Black with #DBD735
Text Example
Text Example
White with #DBD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD735; }
p { color: rgb(219,215,53); }
H1.HeaderClassName
{
color: #DBD735;
}
.AnyTagClassName
{
color: #DBD735;
}
</style>
background-color css
<style>
a { background-color: #DBD735; }
a { background-color: rgb(219,215,53); }
div.DivClassName
{
background-color: #DBD735;
}
.BgClassName
{
background-color: #DBD735;
}
</style>
border-color css
<style>
span { border-color: #DBD735; }
span { border-color: rgb(219,215,53); }
td.TdClassName
{
border-color: #DBD735;
}
.TagClassName
{
border-color: #DBD735;
}
</style>