Shades of Starship #DBD93C
Tints of Starship #DBD93C
RGB
CMYK
RGB Variations
Color information
#DBD93C (or 0xDBD93C) is known color: Starship. HEX triplet: DB, D9 and 3C. RGB value is (219,217,60). Sum of RGB (Red+Green+Blue) = 219+217+60=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 60 (23.83% from 255 or 12.10% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD93C is #2426C3. Grayscale: #C8C8C8. Windows color (decimal): -2369220 or 3987931. OLE color: 3987931.
HSL color Cylindrical-coordinate representation of color #DBD93C: 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 #DBD93C is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 217 | 60 | - |
| 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.84 | 65.01 | 13.93 | - |
| YUV | 199.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 217 | 60 | 0 | 0.01 | 0.73 | 0.14 | 59.25 | 0.69 | 0.55 |
| Hex | DB | D9 | 3C | 0 | 1 | 49 | E | 3B | 45 | 37 |
| Octal | 333 | 331 | 74 | 0 | 1 | 111 | 16 | 73 | 105 | 67 |
| Binary | 11011011 | 11011001 | 111100 | 0 | 1 | 1001001 | 1110 | 111011 | 1000101 | 110111 |
Color Harmonies of #DBD93C
Complementary color
Monochromatic Colors of #DBD93C
Black with #DBD93C
Text Example
Text Example
White with #DBD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD93C; }
p { color: rgb(219,217,60); }
H1.HeaderClassName
{
color: #DBD93C;
}
.AnyTagClassName
{
color: #DBD93C;
}
</style>
background-color css
<style>
a { background-color: #DBD93C; }
a { background-color: rgb(219,217,60); }
div.DivClassName
{
background-color: #DBD93C;
}
.BgClassName
{
background-color: #DBD93C;
}
</style>
border-color css
<style>
span { border-color: #DBD93C; }
span { border-color: rgb(219,217,60); }
td.TdClassName
{
border-color: #DBD93C;
}
.TagClassName
{
border-color: #DBD93C;
}
</style>