Shades of Starship #DBE035
Tints of Starship #DBE035
RGB
CMYK
RGB Variations
Color information
#DBE035 (or 0xDBE035) is known color: Starship. HEX triplet: DB, E0 and 35. RGB value is (219,224,53). Sum of RGB (Red+Green+Blue) = 219+224+53=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE035 is #241FCA. Grayscale: #CBCBCB. Windows color (decimal): -2367435 or 3530971. OLE color: 3530971.
HSL color Cylindrical-coordinate representation of color #DBE035: hue angle of 61.75º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBE035 is Cyan = 0.02, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 53 | - |
| CMYK | 0.02 | 0 | 0.76 | 0.12 |
| HSL | 61.75º | 0.73% | 0.54% | - |
| HSV(B) | 61.75º | 0.76% | 0.88% | - |
| XYZ | 56.51 | 68.63 | 13.64 | - |
| YUV | 203.01 | 43.34 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 53 | 0.02 | 0 | 0.76 | 0.12 | 61.75 | 0.73 | 0.54 |
| Hex | DB | E0 | 35 | 2 | 0 | 4C | C | 3E | 49 | 36 |
| Octal | 333 | 340 | 65 | 2 | 0 | 114 | 14 | 76 | 111 | 66 |
| Binary | 11011011 | 11100000 | 110101 | 10 | 0 | 1001100 | 1100 | 111110 | 1001001 | 110110 |
Color Harmonies of #DBE035
Complementary color
Monochromatic Colors of #DBE035
Black with #DBE035
Text Example
Text Example
White with #DBE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE035; }
p { color: rgb(219,224,53); }
H1.HeaderClassName
{
color: #DBE035;
}
.AnyTagClassName
{
color: #DBE035;
}
</style>
background-color css
<style>
a { background-color: #DBE035; }
a { background-color: rgb(219,224,53); }
div.DivClassName
{
background-color: #DBE035;
}
.BgClassName
{
background-color: #DBE035;
}
</style>
border-color css
<style>
span { border-color: #DBE035; }
span { border-color: rgb(219,224,53); }
td.TdClassName
{
border-color: #DBE035;
}
.TagClassName
{
border-color: #DBE035;
}
</style>