Shades of Starship #DBD841
Tints of Starship #DBD841
RGB
CMYK
RGB Variations
Color information
#DBD841 (or 0xDBD841) is known color: Starship. HEX triplet: DB, D8 and 41. RGB value is (219,216,65). Sum of RGB (Red+Green+Blue) = 219+216+65=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 65 (25.78% from 255 or 13% from 500); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD841 is #2427BE. Grayscale: #C8C8C8. Windows color (decimal): -2369471 or 4315355. OLE color: 4315355.
HSL color Cylindrical-coordinate representation of color #DBD841: hue angle of 58.83º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBD841 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 65 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.14 |
| HSL | 58.83º | 0.68% | 0.56% | - |
| HSV(B) | 58.83º | 0.7% | 0.86% | - |
| XYZ | 54.72 | 64.55 | 14.58 | - |
| YUV | 199.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 65 | 0 | 0.01 | 0.70 | 0.14 | 58.83 | 0.68 | 0.56 |
| Hex | DB | D8 | 41 | 0 | 1 | 46 | E | 3B | 44 | 38 |
| Octal | 333 | 330 | 101 | 0 | 1 | 106 | 16 | 73 | 104 | 70 |
| Binary | 11011011 | 11011000 | 1000001 | 0 | 1 | 1000110 | 1110 | 111011 | 1000100 | 111000 |
Color Harmonies of #DBD841
Complementary color
Monochromatic Colors of #DBD841
Black with #DBD841
Text Example
Text Example
White with #DBD841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD841; }
p { color: rgb(219,216,65); }
H1.HeaderClassName
{
color: #DBD841;
}
.AnyTagClassName
{
color: #DBD841;
}
</style>
background-color css
<style>
a { background-color: #DBD841; }
a { background-color: rgb(219,216,65); }
div.DivClassName
{
background-color: #DBD841;
}
.BgClassName
{
background-color: #DBD841;
}
</style>
border-color css
<style>
span { border-color: #DBD841; }
span { border-color: rgb(219,216,65); }
td.TdClassName
{
border-color: #DBD841;
}
.TagClassName
{
border-color: #DBD841;
}
</style>