Shades of Starship #DBD83A
Tints of Starship #DBD83A
RGB
CMYK
RGB Variations
Color information
#DBD83A (or 0xDBD83A) is known color: Starship. HEX triplet: DB, D8 and 3A. RGB value is (219,216,58). Sum of RGB (Red+Green+Blue) = 219+216+58=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD83A is #2427C5. Grayscale: #C7C7C7. Windows color (decimal): -2369478 or 3856603. OLE color: 3856603.
HSL color Cylindrical-coordinate representation of color #DBD83A: hue angle of 58.88º 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 #DBD83A is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 58 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.14 |
| HSL | 58.88º | 0.69% | 0.54% | - |
| HSV(B) | 58.88º | 0.74% | 0.86% | - |
| XYZ | 54.53 | 64.48 | 13.57 | - |
| YUV | 198.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 58 | 0 | 0.01 | 0.74 | 0.14 | 58.88 | 0.69 | 0.54 |
| Hex | DB | D8 | 3A | 0 | 1 | 4A | E | 3B | 45 | 36 |
| Octal | 333 | 330 | 72 | 0 | 1 | 112 | 16 | 73 | 105 | 66 |
| Binary | 11011011 | 11011000 | 111010 | 0 | 1 | 1001010 | 1110 | 111011 | 1000101 | 110110 |
Color Harmonies of #DBD83A
Complementary color
Monochromatic Colors of #DBD83A
Black with #DBD83A
Text Example
Text Example
White with #DBD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD83A; }
p { color: rgb(219,216,58); }
H1.HeaderClassName
{
color: #DBD83A;
}
.AnyTagClassName
{
color: #DBD83A;
}
</style>
background-color css
<style>
a { background-color: #DBD83A; }
a { background-color: rgb(219,216,58); }
div.DivClassName
{
background-color: #DBD83A;
}
.BgClassName
{
background-color: #DBD83A;
}
</style>
border-color css
<style>
span { border-color: #DBD83A; }
span { border-color: rgb(219,216,58); }
td.TdClassName
{
border-color: #DBD83A;
}
.TagClassName
{
border-color: #DBD83A;
}
</style>