Shades of Starship #DFE045
Tints of Starship #DFE045
RGB
CMYK
RGB Variations
Color information
#DFE045 (or 0xDFE045) is known color: Starship. HEX triplet: DF, E0 and 45. RGB value is (223,224,69). Sum of RGB (Red+Green+Blue) = 223+224+69=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE045 is #201FBA. Grayscale: #CECECE. Windows color (decimal): -2105275 or 4579551. OLE color: 4579551.
HSL color Cylindrical-coordinate representation of color #DFE045: hue angle of 60.39º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFE045 is Cyan = 0.00, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 69 | - |
| CMYK | 0.00 | 0 | 0.69 | 0.12 |
| HSL | 60.39º | 0.71% | 0.57% | - |
| HSV(B) | 60.39º | 0.69% | 0.88% | - |
| XYZ | 58.16 | 69.43 | 15.97 | - |
| YUV | 206.03 | 50.67 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 69 | 0.00 | 0 | 0.69 | 0.12 | 60.39 | 0.71 | 0.57 |
| Hex | DF | E0 | 45 | 0 | 0 | 45 | C | 3C | 47 | 39 |
| Octal | 337 | 340 | 105 | 0 | 0 | 105 | 14 | 74 | 107 | 71 |
| Binary | 11011111 | 11100000 | 1000101 | 0 | 0 | 1000101 | 1100 | 111100 | 1000111 | 111001 |
Color Harmonies of #DFE045
Complementary color
Monochromatic Colors of #DFE045
Black with #DFE045
Text Example
Text Example
White with #DFE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE045; }
p { color: rgb(223,224,69); }
H1.HeaderClassName
{
color: #DFE045;
}
.AnyTagClassName
{
color: #DFE045;
}
</style>
background-color css
<style>
a { background-color: #DFE045; }
a { background-color: rgb(223,224,69); }
div.DivClassName
{
background-color: #DFE045;
}
.BgClassName
{
background-color: #DFE045;
}
</style>
border-color css
<style>
span { border-color: #DFE045; }
span { border-color: rgb(223,224,69); }
td.TdClassName
{
border-color: #DFE045;
}
.TagClassName
{
border-color: #DFE045;
}
</style>