Shades of Starship #DBE53B
Tints of Starship #DBE53B
RGB
CMYK
RGB Variations
Color information
#DBE53B (or 0xDBE53B) is known color: Starship. HEX triplet: DB, E5 and 3B. RGB value is (219,229,59). Sum of RGB (Red+Green+Blue) = 219+229+59=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 229 (89.84% from 255 or 45.17% from 507); Blue value is 59 (23.44% from 255 or 11.64% from 507); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE53B is #241AC4. Grayscale: #CFCFCF. Windows color (decimal): -2366149 or 3925467. OLE color: 3925467.
HSL color Cylindrical-coordinate representation of color #DBE53B: hue angle of 63.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBE53B is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 59 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.10 |
| HSL | 63.53º | 0.77% | 0.56% | - |
| HSV(B) | 63.53º | 0.74% | 0.9% | - |
| XYZ | 58.02 | 71.41 | 14.86 | - |
| YUV | 206.63 | 44.69 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 59 | 0.04 | 0 | 0.74 | 0.10 | 63.53 | 0.77 | 0.56 |
| Hex | DB | E5 | 3B | 4 | 0 | 4A | A | 40 | 4D | 38 |
| Octal | 333 | 345 | 73 | 4 | 0 | 112 | 12 | 100 | 115 | 70 |
| Binary | 11011011 | 11100101 | 111011 | 100 | 0 | 1001010 | 1010 | 1000000 | 1001101 | 111000 |
Color Harmonies of #DBE53B
Complementary color
Monochromatic Colors of #DBE53B
Black with #DBE53B
Text Example
Text Example
White with #DBE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE53B; }
p { color: rgb(219,229,59); }
H1.HeaderClassName
{
color: #DBE53B;
}
.AnyTagClassName
{
color: #DBE53B;
}
</style>
background-color css
<style>
a { background-color: #DBE53B; }
a { background-color: rgb(219,229,59); }
div.DivClassName
{
background-color: #DBE53B;
}
.BgClassName
{
background-color: #DBE53B;
}
</style>
border-color css
<style>
span { border-color: #DBE53B; }
span { border-color: rgb(219,229,59); }
td.TdClassName
{
border-color: #DBE53B;
}
.TagClassName
{
border-color: #DBE53B;
}
</style>