Shades of Starship #DBDB3A
Tints of Starship #DBDB3A
RGB
CMYK
RGB Variations
Color information
#DBDB3A (or 0xDBDB3A) is known color: Starship. HEX triplet: DB, DB and 3A. RGB value is (219,219,58). Sum of RGB (Red+Green+Blue) = 219+219+58=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 58 (23.05% from 255 or 11.69% from 496); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDB3A is #2424C5. Grayscale: #C9C9C9. Windows color (decimal): -2368710 or 3857371. OLE color: 3857371.
HSL color Cylindrical-coordinate representation of color #DBDB3A: hue angle of 60º 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 #DBDB3A is Cyan = 0, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 219 | 58 | - |
| CMYK | 0 | 0 | 0.74 | 0.14 |
| HSL | 60º | 0.69% | 0.54% | - |
| HSV(B) | 60º | 0.74% | 0.86% | - |
| XYZ | 55.31 | 66.03 | 13.83 | - |
| YUV | 200.65 | 47.5 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 219 | 58 | 0 | 0 | 0.74 | 0.14 | 60 | 0.69 | 0.54 |
| Hex | DB | DB | 3A | 0 | 0 | 4A | E | 3C | 45 | 36 |
| Octal | 333 | 333 | 72 | 0 | 0 | 112 | 16 | 74 | 105 | 66 |
| Binary | 11011011 | 11011011 | 111010 | 0 | 0 | 1001010 | 1110 | 111100 | 1000101 | 110110 |
Color Harmonies of #DBDB3A
Complementary color
Monochromatic Colors of #DBDB3A
Black with #DBDB3A
Text Example
Text Example
White with #DBDB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDB3A; }
p { color: rgb(219,219,58); }
H1.HeaderClassName
{
color: #DBDB3A;
}
.AnyTagClassName
{
color: #DBDB3A;
}
</style>
background-color css
<style>
a { background-color: #DBDB3A; }
a { background-color: rgb(219,219,58); }
div.DivClassName
{
background-color: #DBDB3A;
}
.BgClassName
{
background-color: #DBDB3A;
}
</style>
border-color css
<style>
span { border-color: #DBDB3A; }
span { border-color: rgb(219,219,58); }
td.TdClassName
{
border-color: #DBDB3A;
}
.TagClassName
{
border-color: #DBDB3A;
}
</style>