Shades of Starship #DFE034
Tints of Starship #DFE034
RGB
CMYK
RGB Variations
Color information
#DFE034 (or 0xDFE034) is known color: Starship. HEX triplet: DF, E0 and 34. RGB value is (223,224,52). Sum of RGB (Red+Green+Blue) = 223+224+52=499 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.69% from 499); Green value is 224 (87.89% from 255 or 44.89% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE034 is #201FCB. Grayscale: #CCCCCC. Windows color (decimal): -2105292 or 3465439. OLE color: 3465439.
HSL color Cylindrical-coordinate representation of color #DFE034: hue angle of 60.35º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFE034 is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 52 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.12 |
| HSL | 60.35º | 0.74% | 0.54% | - |
| HSV(B) | 60.35º | 0.77% | 0.88% | - |
| XYZ | 57.71 | 69.25 | 13.57 | - |
| YUV | 204.09 | 42.17 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 52 | 0.00 | 0 | 0.77 | 0.12 | 60.35 | 0.74 | 0.54 |
| Hex | DF | E0 | 34 | 0 | 0 | 4D | C | 3C | 4A | 36 |
| Octal | 337 | 340 | 64 | 0 | 0 | 115 | 14 | 74 | 112 | 66 |
| Binary | 11011111 | 11100000 | 110100 | 0 | 0 | 1001101 | 1100 | 111100 | 1001010 | 110110 |
Color Harmonies of #DFE034
Complementary color
Monochromatic Colors of #DFE034
Black with #DFE034
Text Example
Text Example
White with #DFE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE034; }
p { color: rgb(223,224,52); }
H1.HeaderClassName
{
color: #DFE034;
}
.AnyTagClassName
{
color: #DFE034;
}
</style>
background-color css
<style>
a { background-color: #DFE034; }
a { background-color: rgb(223,224,52); }
div.DivClassName
{
background-color: #DFE034;
}
.BgClassName
{
background-color: #DFE034;
}
</style>
border-color css
<style>
span { border-color: #DFE034; }
span { border-color: rgb(223,224,52); }
td.TdClassName
{
border-color: #DFE034;
}
.TagClassName
{
border-color: #DFE034;
}
</style>