Shades of Starship #DBD738
Tints of Starship #DBD738
RGB
CMYK
RGB Variations
Color information
#DBD738 (or 0xDBD738) is known color: Starship. HEX triplet: DB, D7 and 38. RGB value is (219,215,56). Sum of RGB (Red+Green+Blue) = 219+215+56=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD738 is #2428C7. Grayscale: #C6C6C6. Windows color (decimal): -2369736 or 3725275. OLE color: 3725275.
HSL color Cylindrical-coordinate representation of color #DBD738: hue angle of 58.53º 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 #DBD738 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 56 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.14 |
| HSL | 58.53º | 0.69% | 0.54% | - |
| HSV(B) | 58.53º | 0.74% | 0.86% | - |
| XYZ | 54.23 | 63.95 | 13.23 | - |
| YUV | 198.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 56 | 0 | 0.02 | 0.74 | 0.14 | 58.53 | 0.69 | 0.54 |
| Hex | DB | D7 | 38 | 0 | 2 | 4A | E | 3B | 45 | 36 |
| Octal | 333 | 327 | 70 | 0 | 2 | 112 | 16 | 73 | 105 | 66 |
| Binary | 11011011 | 11010111 | 111000 | 0 | 10 | 1001010 | 1110 | 111011 | 1000101 | 110110 |
Color Harmonies of #DBD738
Complementary color
Monochromatic Colors of #DBD738
Black with #DBD738
Text Example
Text Example
White with #DBD738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD738; }
p { color: rgb(219,215,56); }
H1.HeaderClassName
{
color: #DBD738;
}
.AnyTagClassName
{
color: #DBD738;
}
</style>
background-color css
<style>
a { background-color: #DBD738; }
a { background-color: rgb(219,215,56); }
div.DivClassName
{
background-color: #DBD738;
}
.BgClassName
{
background-color: #DBD738;
}
</style>
border-color css
<style>
span { border-color: #DBD738; }
span { border-color: rgb(219,215,56); }
td.TdClassName
{
border-color: #DBD738;
}
.TagClassName
{
border-color: #DBD738;
}
</style>