Shades of Starship #DBD539
Tints of Starship #DBD539
RGB
CMYK
RGB Variations
Color information
#DBD539 (or 0xDBD539) is known color: Starship. HEX triplet: DB, D5 and 39. RGB value is (219,213,57). Sum of RGB (Red+Green+Blue) = 219+213+57=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 57 (22.66% from 255 or 11.66% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD539 is #242AC6. Grayscale: #C5C5C5. Windows color (decimal): -2370247 or 3790299. OLE color: 3790299.
HSL color Cylindrical-coordinate representation of color #DBD539: hue angle of 57.78º 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 #DBD539 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 57 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.14 |
| HSL | 57.78º | 0.69% | 0.54% | - |
| HSV(B) | 57.78º | 0.74% | 0.86% | - |
| XYZ | 53.75 | 62.94 | 13.19 | - |
| YUV | 197.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 57 | 0 | 0.03 | 0.74 | 0.14 | 57.78 | 0.69 | 0.54 |
| Hex | DB | D5 | 39 | 0 | 3 | 4A | E | 3A | 45 | 36 |
| Octal | 333 | 325 | 71 | 0 | 3 | 112 | 16 | 72 | 105 | 66 |
| Binary | 11011011 | 11010101 | 111001 | 0 | 11 | 1001010 | 1110 | 111010 | 1000101 | 110110 |
Color Harmonies of #DBD539
Complementary color
Monochromatic Colors of #DBD539
Black with #DBD539
Text Example
Text Example
White with #DBD539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD539; }
p { color: rgb(219,213,57); }
H1.HeaderClassName
{
color: #DBD539;
}
.AnyTagClassName
{
color: #DBD539;
}
</style>
background-color css
<style>
a { background-color: #DBD539; }
a { background-color: rgb(219,213,57); }
div.DivClassName
{
background-color: #DBD539;
}
.BgClassName
{
background-color: #DBD539;
}
</style>
border-color css
<style>
span { border-color: #DBD539; }
span { border-color: rgb(219,213,57); }
td.TdClassName
{
border-color: #DBD539;
}
.TagClassName
{
border-color: #DBD539;
}
</style>