Shades of Starship #DBD833
Tints of Starship #DBD833
RGB
CMYK
RGB Variations
Color information
#DBD833 (or 0xDBD833) is known color: Starship. HEX triplet: DB, D8 and 33. RGB value is (219,216,51). Sum of RGB (Red+Green+Blue) = 219+216+51=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD833 is #2427CC. Grayscale: #C6C6C6. Windows color (decimal): -2369485 or 3397851. OLE color: 3397851.
HSL color Cylindrical-coordinate representation of color #DBD833: hue angle of 58.93º 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 #DBD833 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 51 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.14 |
| HSL | 58.93º | 0.7% | 0.53% | - |
| HSV(B) | 58.93º | 0.77% | 0.86% | - |
| XYZ | 54.37 | 64.41 | 12.7 | - |
| YUV | 198.09 | 44.99 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 51 | 0 | 0.01 | 0.77 | 0.14 | 58.93 | 0.7 | 0.53 |
| Hex | DB | D8 | 33 | 0 | 1 | 4D | E | 3B | 46 | 35 |
| Octal | 333 | 330 | 63 | 0 | 1 | 115 | 16 | 73 | 106 | 65 |
| Binary | 11011011 | 11011000 | 110011 | 0 | 1 | 1001101 | 1110 | 111011 | 1000110 | 110101 |
Color Harmonies of #DBD833
Complementary color
Monochromatic Colors of #DBD833
Black with #DBD833
Text Example
Text Example
White with #DBD833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD833; }
p { color: rgb(219,216,51); }
H1.HeaderClassName
{
color: #DBD833;
}
.AnyTagClassName
{
color: #DBD833;
}
</style>
background-color css
<style>
a { background-color: #DBD833; }
a { background-color: rgb(219,216,51); }
div.DivClassName
{
background-color: #DBD833;
}
.BgClassName
{
background-color: #DBD833;
}
</style>
border-color css
<style>
span { border-color: #DBD833; }
span { border-color: rgb(219,216,51); }
td.TdClassName
{
border-color: #DBD833;
}
.TagClassName
{
border-color: #DBD833;
}
</style>