Shades of Starship #DBD938
Tints of Starship #DBD938
RGB
CMYK
RGB Variations
Color information
#DBD938 (or 0xDBD938) is known color: Starship. HEX triplet: DB, D9 and 38. RGB value is (219,217,56). Sum of RGB (Red+Green+Blue) = 219+217+56=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD938 is #2426C7. Grayscale: #C7C7C7. Windows color (decimal): -2369224 or 3725787. OLE color: 3725787.
HSL color Cylindrical-coordinate representation of color #DBD938: hue angle of 59.26º 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 #DBD938 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 56 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.14 |
| HSL | 59.26º | 0.69% | 0.54% | - |
| HSV(B) | 59.26º | 0.74% | 0.86% | - |
| XYZ | 54.74 | 64.97 | 13.4 | - |
| YUV | 199.24 | 47.16 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 56 | 0 | 0.01 | 0.74 | 0.14 | 59.26 | 0.69 | 0.54 |
| Hex | DB | D9 | 38 | 0 | 1 | 4A | E | 3B | 45 | 36 |
| Octal | 333 | 331 | 70 | 0 | 1 | 112 | 16 | 73 | 105 | 66 |
| Binary | 11011011 | 11011001 | 111000 | 0 | 1 | 1001010 | 1110 | 111011 | 1000101 | 110110 |
Color Harmonies of #DBD938
Complementary color
Monochromatic Colors of #DBD938
Black with #DBD938
Text Example
Text Example
White with #DBD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD938; }
p { color: rgb(219,217,56); }
H1.HeaderClassName
{
color: #DBD938;
}
.AnyTagClassName
{
color: #DBD938;
}
</style>
background-color css
<style>
a { background-color: #DBD938; }
a { background-color: rgb(219,217,56); }
div.DivClassName
{
background-color: #DBD938;
}
.BgClassName
{
background-color: #DBD938;
}
</style>
border-color css
<style>
span { border-color: #DBD938; }
span { border-color: rgb(219,217,56); }
td.TdClassName
{
border-color: #DBD938;
}
.TagClassName
{
border-color: #DBD938;
}
</style>