Shades of Starship #DBDA38
Tints of Starship #DBDA38
RGB
CMYK
RGB Variations
Color information
#DBDA38 (or 0xDBDA38) is known color: Starship. HEX triplet: DB, DA and 38. RGB value is (219,218,56). Sum of RGB (Red+Green+Blue) = 219+218+56=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 56 (22.27% from 255 or 11.36% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDA38 is #2425C7. Grayscale: #C8C8C8. Windows color (decimal): -2368968 or 3726043. OLE color: 3726043.
HSL color Cylindrical-coordinate representation of color #DBDA38: 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 #DBDA38 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 218 | 56 | - |
| 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 | 65.49 | 13.48 | - |
| YUV | 199.83 | 46.83 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 218 | 56 | 0 | 0.00 | 0.74 | 0.14 | 59.63 | 0.69 | 0.54 |
| Hex | DB | DA | 38 | 0 | 0 | 4A | E | 3C | 45 | 36 |
| Octal | 333 | 332 | 70 | 0 | 0 | 112 | 16 | 74 | 105 | 66 |
| Binary | 11011011 | 11011010 | 111000 | 0 | 0 | 1001010 | 1110 | 111100 | 1000101 | 110110 |
Color Harmonies of #DBDA38
Complementary color
Monochromatic Colors of #DBDA38
Black with #DBDA38
Text Example
Text Example
White with #DBDA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDA38; }
p { color: rgb(219,218,56); }
H1.HeaderClassName
{
color: #DBDA38;
}
.AnyTagClassName
{
color: #DBDA38;
}
</style>
background-color css
<style>
a { background-color: #DBDA38; }
a { background-color: rgb(219,218,56); }
div.DivClassName
{
background-color: #DBDA38;
}
.BgClassName
{
background-color: #DBDA38;
}
</style>
border-color css
<style>
span { border-color: #DBDA38; }
span { border-color: rgb(219,218,56); }
td.TdClassName
{
border-color: #DBDA38;
}
.TagClassName
{
border-color: #DBDA38;
}
</style>