Shades of Starship #DBD93D
Tints of Starship #DBD93D
RGB
CMYK
RGB Variations
Color information
#DBD93D (or 0xDBD93D) is known color: Starship. HEX triplet: DB, D9 and 3D. RGB value is (219,217,61). Sum of RGB (Red+Green+Blue) = 219+217+61=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD93D is #2426C2. Grayscale: #C8C8C8. Windows color (decimal): -2369219 or 4053467. OLE color: 4053467.
HSL color Cylindrical-coordinate representation of color #DBD93D: hue angle of 59.24º 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 #DBD93D is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 61 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.14 |
| HSL | 59.24º | 0.69% | 0.55% | - |
| HSV(B) | 59.24º | 0.72% | 0.86% | - |
| XYZ | 54.87 | 65.02 | 14.07 | - |
| YUV | 199.81 | 49.66 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 61 | 0 | 0.01 | 0.72 | 0.14 | 59.24 | 0.69 | 0.55 |
| Hex | DB | D9 | 3D | 0 | 1 | 48 | E | 3B | 45 | 37 |
| Octal | 333 | 331 | 75 | 0 | 1 | 110 | 16 | 73 | 105 | 67 |
| Binary | 11011011 | 11011001 | 111101 | 0 | 1 | 1001000 | 1110 | 111011 | 1000101 | 110111 |
Color Harmonies of #DBD93D
Complementary color
Monochromatic Colors of #DBD93D
Black with #DBD93D
Text Example
Text Example
White with #DBD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD93D; }
p { color: rgb(219,217,61); }
H1.HeaderClassName
{
color: #DBD93D;
}
.AnyTagClassName
{
color: #DBD93D;
}
</style>
background-color css
<style>
a { background-color: #DBD93D; }
a { background-color: rgb(219,217,61); }
div.DivClassName
{
background-color: #DBD93D;
}
.BgClassName
{
background-color: #DBD93D;
}
</style>
border-color css
<style>
span { border-color: #DBD93D; }
span { border-color: rgb(219,217,61); }
td.TdClassName
{
border-color: #DBD93D;
}
.TagClassName
{
border-color: #DBD93D;
}
</style>