Shades of Starship #DBE03C
Tints of Starship #DBE03C
RGB
CMYK
RGB Variations
Color information
#DBE03C (or 0xDBE03C) is known color: Starship. HEX triplet: DB, E0 and 3C. RGB value is (219,224,60). Sum of RGB (Red+Green+Blue) = 219+224+60=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 60 (23.83% from 255 or 11.93% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE03C is #241FC3. Grayscale: #CCCCCC. Windows color (decimal): -2367428 or 3989723. OLE color: 3989723.
HSL color Cylindrical-coordinate representation of color #DBE03C: hue angle of 61.83º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBE03C is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 60 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.12 |
| HSL | 61.83º | 0.73% | 0.56% | - |
| HSV(B) | 61.83º | 0.73% | 0.88% | - |
| XYZ | 56.68 | 68.7 | 14.55 | - |
| YUV | 203.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 60 | 0.02 | 0 | 0.73 | 0.12 | 61.83 | 0.73 | 0.56 |
| Hex | DB | E0 | 3C | 2 | 0 | 49 | C | 3E | 49 | 38 |
| Octal | 333 | 340 | 74 | 2 | 0 | 111 | 14 | 76 | 111 | 70 |
| Binary | 11011011 | 11100000 | 111100 | 10 | 0 | 1001001 | 1100 | 111110 | 1001001 | 111000 |
Color Harmonies of #DBE03C
Complementary color
Monochromatic Colors of #DBE03C
Black with #DBE03C
Text Example
Text Example
White with #DBE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE03C; }
p { color: rgb(219,224,60); }
H1.HeaderClassName
{
color: #DBE03C;
}
.AnyTagClassName
{
color: #DBE03C;
}
</style>
background-color css
<style>
a { background-color: #DBE03C; }
a { background-color: rgb(219,224,60); }
div.DivClassName
{
background-color: #DBE03C;
}
.BgClassName
{
background-color: #DBE03C;
}
</style>
border-color css
<style>
span { border-color: #DBE03C; }
span { border-color: rgb(219,224,60); }
td.TdClassName
{
border-color: #DBE03C;
}
.TagClassName
{
border-color: #DBE03C;
}
</style>