Shades of Starship #DBD93B
Tints of Starship #DBD93B
RGB
CMYK
RGB Variations
Color information
#DBD93B (or 0xDBD93B) is known color: Starship. HEX triplet: DB, D9 and 3B. RGB value is (219,217,59). Sum of RGB (Red+Green+Blue) = 219+217+59=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 59 (23.44% from 255 or 11.92% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD93B is #2426C4. Grayscale: #C8C8C8. Windows color (decimal): -2369221 or 3922395. OLE color: 3922395.
HSL color Cylindrical-coordinate representation of color #DBD93B: hue angle of 59.25º 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 #DBD93B is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 59 | - |
| CMYK | 0 | 0.01 | 0.73 | 0.14 |
| HSL | 59.25º | 0.69% | 0.55% | - |
| HSV(B) | 59.25º | 0.73% | 0.86% | - |
| XYZ | 54.82 | 65 | 13.8 | - |
| YUV | 199.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 59 | 0 | 0.01 | 0.73 | 0.14 | 59.25 | 0.69 | 0.55 |
| Hex | DB | D9 | 3B | 0 | 1 | 49 | E | 3B | 45 | 37 |
| Octal | 333 | 331 | 73 | 0 | 1 | 111 | 16 | 73 | 105 | 67 |
| Binary | 11011011 | 11011001 | 111011 | 0 | 1 | 1001001 | 1110 | 111011 | 1000101 | 110111 |
Color Harmonies of #DBD93B
Complementary color
Monochromatic Colors of #DBD93B
Black with #DBD93B
Text Example
Text Example
White with #DBD93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD93B; }
p { color: rgb(219,217,59); }
H1.HeaderClassName
{
color: #DBD93B;
}
.AnyTagClassName
{
color: #DBD93B;
}
</style>
background-color css
<style>
a { background-color: #DBD93B; }
a { background-color: rgb(219,217,59); }
div.DivClassName
{
background-color: #DBD93B;
}
.BgClassName
{
background-color: #DBD93B;
}
</style>
border-color css
<style>
span { border-color: #DBD93B; }
span { border-color: rgb(219,217,59); }
td.TdClassName
{
border-color: #DBD93B;
}
.TagClassName
{
border-color: #DBD93B;
}
</style>