Shades of Starship #DBDE37
Tints of Starship #DBDE37
RGB
CMYK
RGB Variations
Color information
#DBDE37 (or 0xDBDE37) is known color: Starship. HEX triplet: DB, DE and 37. RGB value is (219,222,55). Sum of RGB (Red+Green+Blue) = 219+222+55=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDE37 is #2421C8. Grayscale: #CACACA. Windows color (decimal): -2367945 or 3661531. OLE color: 3661531.
HSL color Cylindrical-coordinate representation of color #DBDE37: hue angle of 61.08º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBDE37 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 55 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.13 |
| HSL | 61.08º | 0.72% | 0.54% | - |
| HSV(B) | 61.08º | 0.75% | 0.87% | - |
| XYZ | 56.02 | 67.58 | 13.71 | - |
| YUV | 202.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 55 | 0.01 | 0 | 0.75 | 0.13 | 61.08 | 0.72 | 0.54 |
| Hex | DB | DE | 37 | 1 | 0 | 4B | D | 3D | 48 | 36 |
| Octal | 333 | 336 | 67 | 1 | 0 | 113 | 15 | 75 | 110 | 66 |
| Binary | 11011011 | 11011110 | 110111 | 1 | 0 | 1001011 | 1101 | 111101 | 1001000 | 110110 |
Color Harmonies of #DBDE37
Complementary color
Monochromatic Colors of #DBDE37
Black with #DBDE37
Text Example
Text Example
White with #DBDE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE37; }
p { color: rgb(219,222,55); }
H1.HeaderClassName
{
color: #DBDE37;
}
.AnyTagClassName
{
color: #DBDE37;
}
</style>
background-color css
<style>
a { background-color: #DBDE37; }
a { background-color: rgb(219,222,55); }
div.DivClassName
{
background-color: #DBDE37;
}
.BgClassName
{
background-color: #DBDE37;
}
</style>
border-color css
<style>
span { border-color: #DBDE37; }
span { border-color: rgb(219,222,55); }
td.TdClassName
{
border-color: #DBDE37;
}
.TagClassName
{
border-color: #DBDE37;
}
</style>