Shades of Starship #DFE42D
Tints of Starship #DFE42D
RGB
CMYK
RGB Variations
Color information
#DFE42D (or 0xDFE42D) is known color: Starship. HEX triplet: DF, E4 and 2D. RGB value is (223,228,45). Sum of RGB (Red+Green+Blue) = 223+228+45=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE42D is #201BD2. Grayscale: #CECECE. Windows color (decimal): -2104275 or 3007711. OLE color: 3007711.
HSL color Cylindrical-coordinate representation of color #DFE42D: hue angle of 61.64º degrees, saturation: 0.77, 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 #DFE42D is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 45 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.11 |
| HSL | 61.64º | 0.77% | 0.54% | - |
| HSV(B) | 61.64º | 0.8% | 0.89% | - |
| XYZ | 58.65 | 71.36 | 13.17 | - |
| YUV | 205.64 | 37.34 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 45 | 0.02 | 0 | 0.80 | 0.11 | 61.64 | 0.77 | 0.54 |
| Hex | DF | E4 | 2D | 2 | 0 | 50 | B | 3E | 4D | 36 |
| Octal | 337 | 344 | 55 | 2 | 0 | 120 | 13 | 76 | 115 | 66 |
| Binary | 11011111 | 11100100 | 101101 | 10 | 0 | 1010000 | 1011 | 111110 | 1001101 | 110110 |
Color Harmonies of #DFE42D
Complementary color
Monochromatic Colors of #DFE42D
Black with #DFE42D
Text Example
Text Example
White with #DFE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE42D; }
p { color: rgb(223,228,45); }
H1.HeaderClassName
{
color: #DFE42D;
}
.AnyTagClassName
{
color: #DFE42D;
}
</style>
background-color css
<style>
a { background-color: #DFE42D; }
a { background-color: rgb(223,228,45); }
div.DivClassName
{
background-color: #DFE42D;
}
.BgClassName
{
background-color: #DFE42D;
}
</style>
border-color css
<style>
span { border-color: #DFE42D; }
span { border-color: rgb(223,228,45); }
td.TdClassName
{
border-color: #DFE42D;
}
.TagClassName
{
border-color: #DFE42D;
}
</style>