Shades of Starship #DFE32F
Tints of Starship #DFE32F
RGB
CMYK
RGB Variations
Color information
#DFE32F (or 0xDFE32F) is known color: Starship. HEX triplet: DF, E3 and 2F. RGB value is (223,227,47). Sum of RGB (Red+Green+Blue) = 223+227+47=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE32F is #201CD0. Grayscale: #CDCDCD. Windows color (decimal): -2104529 or 3138527. OLE color: 3138527.
HSL color Cylindrical-coordinate representation of color #DFE32F: 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.79%. Process color model (Four color, CMYK) of #DFE32F is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 47 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.11 |
| HSL | 61.33º | 0.76% | 0.54% | - |
| HSV(B) | 61.33º | 0.79% | 0.89% | - |
| XYZ | 58.41 | 70.83 | 13.28 | - |
| YUV | 205.28 | 38.67 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 47 | 0.02 | 0 | 0.79 | 0.11 | 61.33 | 0.76 | 0.54 |
| Hex | DF | E3 | 2F | 2 | 0 | 4F | B | 3D | 4C | 36 |
| Octal | 337 | 343 | 57 | 2 | 0 | 117 | 13 | 75 | 114 | 66 |
| Binary | 11011111 | 11100011 | 101111 | 10 | 0 | 1001111 | 1011 | 111101 | 1001100 | 110110 |
Color Harmonies of #DFE32F
Complementary color
Monochromatic Colors of #DFE32F
Black with #DFE32F
Text Example
Text Example
White with #DFE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE32F; }
p { color: rgb(223,227,47); }
H1.HeaderClassName
{
color: #DFE32F;
}
.AnyTagClassName
{
color: #DFE32F;
}
</style>
background-color css
<style>
a { background-color: #DFE32F; }
a { background-color: rgb(223,227,47); }
div.DivClassName
{
background-color: #DFE32F;
}
.BgClassName
{
background-color: #DFE32F;
}
</style>
border-color css
<style>
span { border-color: #DFE32F; }
span { border-color: rgb(223,227,47); }
td.TdClassName
{
border-color: #DFE32F;
}
.TagClassName
{
border-color: #DFE32F;
}
</style>