Shades of Starship #DBDA39
Tints of Starship #DBDA39
RGB
CMYK
RGB Variations
Color information
#DBDA39 (or 0xDBDA39) is known color: Starship. HEX triplet: DB, DA and 39. RGB value is (219,218,57). Sum of RGB (Red+Green+Blue) = 219+218+57=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 57 (22.66% from 255 or 11.54% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA39 is #2425C6. Grayscale: #C8C8C8. Windows color (decimal): -2368967 or 3791579. OLE color: 3791579.
HSL color Cylindrical-coordinate representation of color #DBDA39: hue angle of 59.63º 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 #DBDA39 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 57 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.14 |
| HSL | 59.63º | 0.69% | 0.54% | - |
| HSV(B) | 59.63º | 0.74% | 0.86% | - |
| XYZ | 55.02 | 65.5 | 13.61 | - |
| YUV | 199.95 | 47.33 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 57 | 0 | 0.00 | 0.74 | 0.14 | 59.63 | 0.69 | 0.54 |
| Hex | DB | DA | 39 | 0 | 0 | 4A | E | 3C | 45 | 36 |
| Octal | 333 | 332 | 71 | 0 | 0 | 112 | 16 | 74 | 105 | 66 |
| Binary | 11011011 | 11011010 | 111001 | 0 | 0 | 1001010 | 1110 | 111100 | 1000101 | 110110 |
Color Harmonies of #DBDA39
Complementary color
Monochromatic Colors of #DBDA39
Black with #DBDA39
Text Example
Text Example
White with #DBDA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA39; }
p { color: rgb(219,218,57); }
H1.HeaderClassName
{
color: #DBDA39;
}
.AnyTagClassName
{
color: #DBDA39;
}
</style>
background-color css
<style>
a { background-color: #DBDA39; }
a { background-color: rgb(219,218,57); }
div.DivClassName
{
background-color: #DBDA39;
}
.BgClassName
{
background-color: #DBDA39;
}
</style>
border-color css
<style>
span { border-color: #DBDA39; }
span { border-color: rgb(219,218,57); }
td.TdClassName
{
border-color: #DBDA39;
}
.TagClassName
{
border-color: #DBDA39;
}
</style>