Shades of Starship #DBD838
Tints of Starship #DBD838
RGB
CMYK
RGB Variations
Color information
#DBD838 (or 0xDBD838) is known color: Starship. HEX triplet: DB, D8 and 38. RGB value is (219,216,56). Sum of RGB (Red+Green+Blue) = 219+216+56=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD838 is #2427C7. Grayscale: #C7C7C7. Windows color (decimal): -2369480 or 3725531. OLE color: 3725531.
HSL color Cylindrical-coordinate representation of color #DBD838: hue angle of 58.9º 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 #DBD838 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 56 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.14 |
| HSL | 58.9º | 0.69% | 0.54% | - |
| HSV(B) | 58.9º | 0.74% | 0.86% | - |
| XYZ | 54.48 | 64.46 | 13.31 | - |
| YUV | 198.66 | 47.49 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 56 | 0 | 0.01 | 0.74 | 0.14 | 58.9 | 0.69 | 0.54 |
| Hex | DB | D8 | 38 | 0 | 1 | 4A | E | 3B | 45 | 36 |
| Octal | 333 | 330 | 70 | 0 | 1 | 112 | 16 | 73 | 105 | 66 |
| Binary | 11011011 | 11011000 | 111000 | 0 | 1 | 1001010 | 1110 | 111011 | 1000101 | 110110 |
Color Harmonies of #DBD838
Complementary color
Monochromatic Colors of #DBD838
Black with #DBD838
Text Example
Text Example
White with #DBD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD838; }
p { color: rgb(219,216,56); }
H1.HeaderClassName
{
color: #DBD838;
}
.AnyTagClassName
{
color: #DBD838;
}
</style>
background-color css
<style>
a { background-color: #DBD838; }
a { background-color: rgb(219,216,56); }
div.DivClassName
{
background-color: #DBD838;
}
.BgClassName
{
background-color: #DBD838;
}
</style>
border-color css
<style>
span { border-color: #DBD838; }
span { border-color: rgb(219,216,56); }
td.TdClassName
{
border-color: #DBD838;
}
.TagClassName
{
border-color: #DBD838;
}
</style>