Shades of Starship #DBDC3B
Tints of Starship #DBDC3B
RGB
CMYK
RGB Variations
Color information
#DBDC3B (or 0xDBDC3B) is known color: Starship. HEX triplet: DB, DC and 3B. RGB value is (219,220,59). Sum of RGB (Red+Green+Blue) = 219+220+59=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC3B is #2423C4. Grayscale: #C9C9C9. Windows color (decimal): -2368453 or 3923163. OLE color: 3923163.
HSL color Cylindrical-coordinate representation of color #DBDC3B: hue angle of 60.37º degrees, saturation: 0.7, 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 #DBDC3B is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 59 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.14 |
| HSL | 60.37º | 0.7% | 0.55% | - |
| HSV(B) | 60.37º | 0.73% | 0.86% | - |
| XYZ | 55.6 | 66.56 | 14.06 | - |
| YUV | 201.35 | 47.67 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 59 | 0.00 | 0 | 0.73 | 0.14 | 60.37 | 0.7 | 0.55 |
| Hex | DB | DC | 3B | 0 | 0 | 49 | E | 3C | 46 | 37 |
| Octal | 333 | 334 | 73 | 0 | 0 | 111 | 16 | 74 | 106 | 67 |
| Binary | 11011011 | 11011100 | 111011 | 0 | 0 | 1001001 | 1110 | 111100 | 1000110 | 110111 |
Color Harmonies of #DBDC3B
Complementary color
Monochromatic Colors of #DBDC3B
Black with #DBDC3B
Text Example
Text Example
White with #DBDC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC3B; }
p { color: rgb(219,220,59); }
H1.HeaderClassName
{
color: #DBDC3B;
}
.AnyTagClassName
{
color: #DBDC3B;
}
</style>
background-color css
<style>
a { background-color: #DBDC3B; }
a { background-color: rgb(219,220,59); }
div.DivClassName
{
background-color: #DBDC3B;
}
.BgClassName
{
background-color: #DBDC3B;
}
</style>
border-color css
<style>
span { border-color: #DBDC3B; }
span { border-color: rgb(219,220,59); }
td.TdClassName
{
border-color: #DBDC3B;
}
.TagClassName
{
border-color: #DBDC3B;
}
</style>