Shades of Starship #DBD53C
Tints of Starship #DBD53C
RGB
CMYK
RGB Variations
Color information
#DBD53C (or 0xDBD53C) is known color: Starship. HEX triplet: DB, D5 and 3C. RGB value is (219,213,60). Sum of RGB (Red+Green+Blue) = 219+213+60=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD53C is #242AC3. Grayscale: #C5C5C5. Windows color (decimal): -2370244 or 3986907. OLE color: 3986907.
HSL color Cylindrical-coordinate representation of color #DBD53C: hue angle of 57.74º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBD53C is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 60 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.14 |
| HSL | 57.74º | 0.69% | 0.55% | - |
| HSV(B) | 57.74º | 0.73% | 0.86% | - |
| XYZ | 53.82 | 62.97 | 13.59 | - |
| YUV | 197.35 | 50.49 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 60 | 0 | 0.03 | 0.73 | 0.14 | 57.74 | 0.69 | 0.55 |
| Hex | DB | D5 | 3C | 0 | 3 | 49 | E | 3A | 45 | 37 |
| Octal | 333 | 325 | 74 | 0 | 3 | 111 | 16 | 72 | 105 | 67 |
| Binary | 11011011 | 11010101 | 111100 | 0 | 11 | 1001001 | 1110 | 111010 | 1000101 | 110111 |
Color Harmonies of #DBD53C
Complementary color
Monochromatic Colors of #DBD53C
Black with #DBD53C
Text Example
Text Example
White with #DBD53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD53C; }
p { color: rgb(219,213,60); }
H1.HeaderClassName
{
color: #DBD53C;
}
.AnyTagClassName
{
color: #DBD53C;
}
</style>
background-color css
<style>
a { background-color: #DBD53C; }
a { background-color: rgb(219,213,60); }
div.DivClassName
{
background-color: #DBD53C;
}
.BgClassName
{
background-color: #DBD53C;
}
</style>
border-color css
<style>
span { border-color: #DBD53C; }
span { border-color: rgb(219,213,60); }
td.TdClassName
{
border-color: #DBD53C;
}
.TagClassName
{
border-color: #DBD53C;
}
</style>