Shades of Starship #DBD63D
Tints of Starship #DBD63D
RGB
CMYK
RGB Variations
Color information
#DBD63D (or 0xDBD63D) is known color: Starship. HEX triplet: DB, D6 and 3D. RGB value is (219,214,61). Sum of RGB (Red+Green+Blue) = 219+214+61=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD63D is #2429C2. Grayscale: #C6C6C6. Windows color (decimal): -2369987 or 4052699. OLE color: 4052699.
HSL color Cylindrical-coordinate representation of color #DBD63D: hue angle of 58.1º 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 #DBD63D is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 214 | 61 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.14 |
| HSL | 58.1º | 0.69% | 0.55% | - |
| HSV(B) | 58.1º | 0.72% | 0.86% | - |
| XYZ | 54.1 | 63.49 | 13.82 | - |
| YUV | 198.05 | 50.66 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 214 | 61 | 0 | 0.02 | 0.72 | 0.14 | 58.1 | 0.69 | 0.55 |
| Hex | DB | D6 | 3D | 0 | 2 | 48 | E | 3A | 45 | 37 |
| Octal | 333 | 326 | 75 | 0 | 2 | 110 | 16 | 72 | 105 | 67 |
| Binary | 11011011 | 11010110 | 111101 | 0 | 10 | 1001000 | 1110 | 111010 | 1000101 | 110111 |
Color Harmonies of #DBD63D
Complementary color
Monochromatic Colors of #DBD63D
Black with #DBD63D
Text Example
Text Example
White with #DBD63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD63D; }
p { color: rgb(219,214,61); }
H1.HeaderClassName
{
color: #DBD63D;
}
.AnyTagClassName
{
color: #DBD63D;
}
</style>
background-color css
<style>
a { background-color: #DBD63D; }
a { background-color: rgb(219,214,61); }
div.DivClassName
{
background-color: #DBD63D;
}
.BgClassName
{
background-color: #DBD63D;
}
</style>
border-color css
<style>
span { border-color: #DBD63D; }
span { border-color: rgb(219,214,61); }
td.TdClassName
{
border-color: #DBD63D;
}
.TagClassName
{
border-color: #DBD63D;
}
</style>