Shades of Starship #DBD93F
Tints of Starship #DBD93F
RGB
CMYK
RGB Variations
Color information
#DBD93F (or 0xDBD93F) is known color: Starship. HEX triplet: DB, D9 and 3F. RGB value is (219,217,63). Sum of RGB (Red+Green+Blue) = 219+217+63=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD93F is #2426C0. Grayscale: #C8C8C8. Windows color (decimal): -2369217 or 4184539. OLE color: 4184539.
HSL color Cylindrical-coordinate representation of color #DBD93F: hue angle of 59.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBD93F is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 63 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.14 |
| HSL | 59.23º | 0.68% | 0.55% | - |
| HSV(B) | 59.23º | 0.71% | 0.86% | - |
| XYZ | 54.92 | 65.04 | 14.36 | - |
| YUV | 200.04 | 50.66 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 63 | 0 | 0.01 | 0.71 | 0.14 | 59.23 | 0.68 | 0.55 |
| Hex | DB | D9 | 3F | 0 | 1 | 47 | E | 3B | 44 | 37 |
| Octal | 333 | 331 | 77 | 0 | 1 | 107 | 16 | 73 | 104 | 67 |
| Binary | 11011011 | 11011001 | 111111 | 0 | 1 | 1000111 | 1110 | 111011 | 1000100 | 110111 |
Color Harmonies of #DBD93F
Complementary color
Monochromatic Colors of #DBD93F
Black with #DBD93F
Text Example
Text Example
White with #DBD93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD93F; }
p { color: rgb(219,217,63); }
H1.HeaderClassName
{
color: #DBD93F;
}
.AnyTagClassName
{
color: #DBD93F;
}
</style>
background-color css
<style>
a { background-color: #DBD93F; }
a { background-color: rgb(219,217,63); }
div.DivClassName
{
background-color: #DBD93F;
}
.BgClassName
{
background-color: #DBD93F;
}
</style>
border-color css
<style>
span { border-color: #DBD93F; }
span { border-color: rgb(219,217,63); }
td.TdClassName
{
border-color: #DBD93F;
}
.TagClassName
{
border-color: #DBD93F;
}
</style>