Shades of Starship #DFE030
Tints of Starship #DFE030
RGB
CMYK
RGB Variations
Color information
#DFE030 (or 0xDFE030) is known color: Starship. HEX triplet: DF, E0 and 30. RGB value is (223,224,48). Sum of RGB (Red+Green+Blue) = 223+224+48=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE030 is #201FCF. Grayscale: #CCCCCC. Windows color (decimal): -2105296 or 3203295. OLE color: 3203295.
HSL color Cylindrical-coordinate representation of color #DFE030: hue angle of 60.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFE030 is Cyan = 0.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 48 | - |
| CMYK | 0.00 | 0 | 0.79 | 0.12 |
| HSL | 60.34º | 0.74% | 0.53% | - |
| HSV(B) | 60.34º | 0.79% | 0.88% | - |
| XYZ | 57.62 | 69.21 | 13.12 | - |
| YUV | 203.64 | 40.17 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 48 | 0.00 | 0 | 0.79 | 0.12 | 60.34 | 0.74 | 0.53 |
| Hex | DF | E0 | 30 | 0 | 0 | 4F | C | 3C | 4A | 35 |
| Octal | 337 | 340 | 60 | 0 | 0 | 117 | 14 | 74 | 112 | 65 |
| Binary | 11011111 | 11100000 | 110000 | 0 | 0 | 1001111 | 1100 | 111100 | 1001010 | 110101 |
Color Harmonies of #DFE030
Complementary color
Monochromatic Colors of #DFE030
Black with #DFE030
Text Example
Text Example
White with #DFE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE030; }
p { color: rgb(223,224,48); }
H1.HeaderClassName
{
color: #DFE030;
}
.AnyTagClassName
{
color: #DFE030;
}
</style>
background-color css
<style>
a { background-color: #DFE030; }
a { background-color: rgb(223,224,48); }
div.DivClassName
{
background-color: #DFE030;
}
.BgClassName
{
background-color: #DFE030;
}
</style>
border-color css
<style>
span { border-color: #DFE030; }
span { border-color: rgb(223,224,48); }
td.TdClassName
{
border-color: #DFE030;
}
.TagClassName
{
border-color: #DFE030;
}
</style>