Shades of Starship #DBE53C
Tints of Starship #DBE53C
RGB
CMYK
RGB Variations
Color information
#DBE53C (or 0xDBE53C) is known color: Starship. HEX triplet: DB, E5 and 3C. RGB value is (219,229,60). Sum of RGB (Red+Green+Blue) = 219+229+60=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 229 (89.84% from 255 or 45.08% from 508); Blue value is 60 (23.83% from 255 or 11.81% from 508); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE53C is #241AC3. Grayscale: #CFCFCF. Windows color (decimal): -2366148 or 3991003. OLE color: 3991003.
HSL color Cylindrical-coordinate representation of color #DBE53C: hue angle of 63.55º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBE53C is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 60 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.10 |
| HSL | 63.55º | 0.76% | 0.57% | - |
| HSV(B) | 63.55º | 0.74% | 0.9% | - |
| XYZ | 58.05 | 71.42 | 15 | - |
| YUV | 206.74 | 45.19 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 60 | 0.04 | 0 | 0.74 | 0.10 | 63.55 | 0.76 | 0.57 |
| Hex | DB | E5 | 3C | 4 | 0 | 4A | A | 40 | 4C | 39 |
| Octal | 333 | 345 | 74 | 4 | 0 | 112 | 12 | 100 | 114 | 71 |
| Binary | 11011011 | 11100101 | 111100 | 100 | 0 | 1001010 | 1010 | 1000000 | 1001100 | 111001 |
Color Harmonies of #DBE53C
Complementary color
Monochromatic Colors of #DBE53C
Black with #DBE53C
Text Example
Text Example
White with #DBE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE53C; }
p { color: rgb(219,229,60); }
H1.HeaderClassName
{
color: #DBE53C;
}
.AnyTagClassName
{
color: #DBE53C;
}
</style>
background-color css
<style>
a { background-color: #DBE53C; }
a { background-color: rgb(219,229,60); }
div.DivClassName
{
background-color: #DBE53C;
}
.BgClassName
{
background-color: #DBE53C;
}
</style>
border-color css
<style>
span { border-color: #DBE53C; }
span { border-color: rgb(219,229,60); }
td.TdClassName
{
border-color: #DBE53C;
}
.TagClassName
{
border-color: #DBE53C;
}
</style>