Shades of Starship #DBD633
Tints of Starship #DBD633
RGB
CMYK
RGB Variations
Color information
#DBD633 (or 0xDBD633) is known color: Starship. HEX triplet: DB, D6 and 33. RGB value is (219,214,51). Sum of RGB (Red+Green+Blue) = 219+214+51=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 51 (20.31% from 255 or 10.54% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD633 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD633 is #2429CC. Grayscale: #C5C5C5. Windows color (decimal): -2369997 or 3397339. OLE color: 3397339.
HSL color Cylindrical-coordinate representation of color #DBD633: hue angle of 58.21º 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 #DBD633 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 51 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.14 |
| HSL | 58.21º | 0.7% | 0.53% | - |
| HSV(B) | 58.21º | 0.77% | 0.86% | - |
| XYZ | 53.86 | 63.39 | 12.53 | - |
| YUV | 196.91 | 45.66 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 51 | 0 | 0.02 | 0.77 | 0.14 | 58.21 | 0.7 | 0.53 |
| Hex | DB | D6 | 33 | 0 | 2 | 4D | E | 3A | 46 | 35 |
| Octal | 333 | 326 | 63 | 0 | 2 | 115 | 16 | 72 | 106 | 65 |
| Binary | 11011011 | 11010110 | 110011 | 0 | 10 | 1001101 | 1110 | 111010 | 1000110 | 110101 |
Color Harmonies of #DBD633
Complementary color
Monochromatic Colors of #DBD633
Black with #DBD633
Text Example
Text Example
White with #DBD633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD633; }
p { color: rgb(219,214,51); }
H1.HeaderClassName
{
color: #DBD633;
}
.AnyTagClassName
{
color: #DBD633;
}
</style>
background-color css
<style>
a { background-color: #DBD633; }
a { background-color: rgb(219,214,51); }
div.DivClassName
{
background-color: #DBD633;
}
.BgClassName
{
background-color: #DBD633;
}
</style>
border-color css
<style>
span { border-color: #DBD633; }
span { border-color: rgb(219,214,51); }
td.TdClassName
{
border-color: #DBD633;
}
.TagClassName
{
border-color: #DBD633;
}
</style>