Shades of Starship #DFE545
Tints of Starship #DFE545
RGB
CMYK
RGB Variations
Color information
#DFE545 (or 0xDFE545) is known color: Starship. HEX triplet: DF, E5 and 45. RGB value is (223,229,69). Sum of RGB (Red+Green+Blue) = 223+229+69=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE545 is #201ABA. Grayscale: #D1D1D1. Windows color (decimal): -2103995 or 4580831. OLE color: 4580831.
HSL color Cylindrical-coordinate representation of color #DFE545: hue angle of 62.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFE545 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 69 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.10 |
| HSL | 62.25º | 0.75% | 0.58% | - |
| HSV(B) | 62.25º | 0.7% | 0.9% | - |
| XYZ | 59.52 | 72.16 | 16.42 | - |
| YUV | 208.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 69 | 0.03 | 0 | 0.70 | 0.10 | 62.25 | 0.75 | 0.58 |
| Hex | DF | E5 | 45 | 3 | 0 | 46 | A | 3E | 4B | 3A |
| Octal | 337 | 345 | 105 | 3 | 0 | 106 | 12 | 76 | 113 | 72 |
| Binary | 11011111 | 11100101 | 1000101 | 11 | 0 | 1000110 | 1010 | 111110 | 1001011 | 111010 |
Color Harmonies of #DFE545
Complementary color
Monochromatic Colors of #DFE545
Black with #DFE545
Text Example
Text Example
White with #DFE545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE545; }
p { color: rgb(223,229,69); }
H1.HeaderClassName
{
color: #DFE545;
}
.AnyTagClassName
{
color: #DFE545;
}
</style>
background-color css
<style>
a { background-color: #DFE545; }
a { background-color: rgb(223,229,69); }
div.DivClassName
{
background-color: #DFE545;
}
.BgClassName
{
background-color: #DFE545;
}
</style>
border-color css
<style>
span { border-color: #DFE545; }
span { border-color: rgb(223,229,69); }
td.TdClassName
{
border-color: #DFE545;
}
.TagClassName
{
border-color: #DFE545;
}
</style>