Shades of Starship #DBD93A
Tints of Starship #DBD93A
RGB
CMYK
RGB Variations
Color information
#DBD93A (or 0xDBD93A) is known color: Starship. HEX triplet: DB, D9 and 3A. RGB value is (219,217,58). Sum of RGB (Red+Green+Blue) = 219+217+58=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 58 (23.05% from 255 or 11.74% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD93A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD93A is #2426C5. Grayscale: #C8C8C8. Windows color (decimal): -2369222 or 3856859. OLE color: 3856859.
HSL color Cylindrical-coordinate representation of color #DBD93A: hue angle of 59.25º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBD93A is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 58 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.14 |
| HSL | 59.25º | 0.69% | 0.54% | - |
| HSV(B) | 59.25º | 0.74% | 0.86% | - |
| XYZ | 54.79 | 64.99 | 13.66 | - |
| YUV | 199.47 | 48.16 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 58 | 0 | 0.01 | 0.74 | 0.14 | 59.25 | 0.69 | 0.54 |
| Hex | DB | D9 | 3A | 0 | 1 | 4A | E | 3B | 45 | 36 |
| Octal | 333 | 331 | 72 | 0 | 1 | 112 | 16 | 73 | 105 | 66 |
| Binary | 11011011 | 11011001 | 111010 | 0 | 1 | 1001010 | 1110 | 111011 | 1000101 | 110110 |
Color Harmonies of #DBD93A
Complementary color
Monochromatic Colors of #DBD93A
Black with #DBD93A
Text Example
Text Example
White with #DBD93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD93A; }
p { color: rgb(219,217,58); }
H1.HeaderClassName
{
color: #DBD93A;
}
.AnyTagClassName
{
color: #DBD93A;
}
</style>
background-color css
<style>
a { background-color: #DBD93A; }
a { background-color: rgb(219,217,58); }
div.DivClassName
{
background-color: #DBD93A;
}
.BgClassName
{
background-color: #DBD93A;
}
</style>
border-color css
<style>
span { border-color: #DBD93A; }
span { border-color: rgb(219,217,58); }
td.TdClassName
{
border-color: #DBD93A;
}
.TagClassName
{
border-color: #DBD93A;
}
</style>