Shades of Starship #DBD63E
Tints of Starship #DBD63E
RGB
CMYK
RGB Variations
Color information
#DBD63E (or 0xDBD63E) is known color: Starship. HEX triplet: DB, D6 and 3E. RGB value is (219,214,62). Sum of RGB (Red+Green+Blue) = 219+214+62=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD63E is #2429C1. Grayscale: #C6C6C6. Windows color (decimal): -2369986 or 4118235. OLE color: 4118235.
HSL color Cylindrical-coordinate representation of color #DBD63E: hue angle of 58.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBD63E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 62 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.14 |
| HSL | 58.09º | 0.69% | 0.55% | - |
| HSV(B) | 58.09º | 0.72% | 0.86% | - |
| XYZ | 54.13 | 63.5 | 13.96 | - |
| YUV | 198.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 62 | 0 | 0.02 | 0.72 | 0.14 | 58.09 | 0.69 | 0.55 |
| Hex | DB | D6 | 3E | 0 | 2 | 48 | E | 3A | 45 | 37 |
| Octal | 333 | 326 | 76 | 0 | 2 | 110 | 16 | 72 | 105 | 67 |
| Binary | 11011011 | 11010110 | 111110 | 0 | 10 | 1001000 | 1110 | 111010 | 1000101 | 110111 |
Color Harmonies of #DBD63E
Complementary color
Monochromatic Colors of #DBD63E
Black with #DBD63E
Text Example
Text Example
White with #DBD63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD63E; }
p { color: rgb(219,214,62); }
H1.HeaderClassName
{
color: #DBD63E;
}
.AnyTagClassName
{
color: #DBD63E;
}
</style>
background-color css
<style>
a { background-color: #DBD63E; }
a { background-color: rgb(219,214,62); }
div.DivClassName
{
background-color: #DBD63E;
}
.BgClassName
{
background-color: #DBD63E;
}
</style>
border-color css
<style>
span { border-color: #DBD63E; }
span { border-color: rgb(219,214,62); }
td.TdClassName
{
border-color: #DBD63E;
}
.TagClassName
{
border-color: #DBD63E;
}
</style>