Shades of Starship #DFE32E
Tints of Starship #DFE32E
RGB
CMYK
RGB Variations
Color information
#DFE32E (or 0xDFE32E) is known color: Starship. HEX triplet: DF, E3 and 2E. RGB value is (223,227,46). Sum of RGB (Red+Green+Blue) = 223+227+46=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE32E is #201CD1. Grayscale: #CDCDCD. Windows color (decimal): -2104530 or 3072991. OLE color: 3072991.
HSL color Cylindrical-coordinate representation of color #DFE32E: hue angle of 61.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFE32E is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 46 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.11 |
| HSL | 61.33º | 0.76% | 0.54% | - |
| HSV(B) | 61.33º | 0.8% | 0.89% | - |
| XYZ | 58.39 | 70.82 | 13.18 | - |
| YUV | 205.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 46 | 0.02 | 0 | 0.80 | 0.11 | 61.33 | 0.76 | 0.54 |
| Hex | DF | E3 | 2E | 2 | 0 | 50 | B | 3D | 4C | 36 |
| Octal | 337 | 343 | 56 | 2 | 0 | 120 | 13 | 75 | 114 | 66 |
| Binary | 11011111 | 11100011 | 101110 | 10 | 0 | 1010000 | 1011 | 111101 | 1001100 | 110110 |
Color Harmonies of #DFE32E
Complementary color
Monochromatic Colors of #DFE32E
Black with #DFE32E
Text Example
Text Example
White with #DFE32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE32E; }
p { color: rgb(223,227,46); }
H1.HeaderClassName
{
color: #DFE32E;
}
.AnyTagClassName
{
color: #DFE32E;
}
</style>
background-color css
<style>
a { background-color: #DFE32E; }
a { background-color: rgb(223,227,46); }
div.DivClassName
{
background-color: #DFE32E;
}
.BgClassName
{
background-color: #DFE32E;
}
</style>
border-color css
<style>
span { border-color: #DFE32E; }
span { border-color: rgb(223,227,46); }
td.TdClassName
{
border-color: #DFE32E;
}
.TagClassName
{
border-color: #DFE32E;
}
</style>