Shades of Starship #DBDC37
Tints of Starship #DBDC37
RGB
CMYK
RGB Variations
Color information
#DBDC37 (or 0xDBDC37) is known color: Starship. HEX triplet: DB, DC and 37. RGB value is (219,220,55). Sum of RGB (Red+Green+Blue) = 219+220+55=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC37 is #2423C8. Grayscale: #C9C9C9. Windows color (decimal): -2368457 or 3661019. OLE color: 3661019.
HSL color Cylindrical-coordinate representation of color #DBDC37: hue angle of 60.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBDC37 is Cyan = 0.00, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 220 | 55 | - |
| CMYK | 0.00 | 0 | 0.75 | 0.14 |
| HSL | 60.36º | 0.7% | 0.54% | - |
| HSV(B) | 60.36º | 0.75% | 0.86% | - |
| XYZ | 55.5 | 66.52 | 13.53 | - |
| YUV | 200.89 | 45.67 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 220 | 55 | 0.00 | 0 | 0.75 | 0.14 | 60.36 | 0.7 | 0.54 |
| Hex | DB | DC | 37 | 0 | 0 | 4B | E | 3C | 46 | 36 |
| Octal | 333 | 334 | 67 | 0 | 0 | 113 | 16 | 74 | 106 | 66 |
| Binary | 11011011 | 11011100 | 110111 | 0 | 0 | 1001011 | 1110 | 111100 | 1000110 | 110110 |
Color Harmonies of #DBDC37
Complementary color
Monochromatic Colors of #DBDC37
Black with #DBDC37
Text Example
Text Example
White with #DBDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDC37; }
p { color: rgb(219,220,55); }
H1.HeaderClassName
{
color: #DBDC37;
}
.AnyTagClassName
{
color: #DBDC37;
}
</style>
background-color css
<style>
a { background-color: #DBDC37; }
a { background-color: rgb(219,220,55); }
div.DivClassName
{
background-color: #DBDC37;
}
.BgClassName
{
background-color: #DBDC37;
}
</style>
border-color css
<style>
span { border-color: #DBDC37; }
span { border-color: rgb(219,220,55); }
td.TdClassName
{
border-color: #DBDC37;
}
.TagClassName
{
border-color: #DBDC37;
}
</style>