Shades of Starship #DFE945
Tints of Starship #DFE945
RGB
CMYK
RGB Variations
Color information
#DFE945 (or 0xDFE945) is known color: Starship. HEX triplet: DF, E9 and 45. RGB value is (223,233,69). Sum of RGB (Red+Green+Blue) = 223+233+69=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 69 (27.34% from 255 or 13.14% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE945 is #2016BA. Grayscale: #D3D3D3. Windows color (decimal): -2102971 or 4581855. OLE color: 4581855.
HSL color Cylindrical-coordinate representation of color #DFE945: hue angle of 63.66º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFE945 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 69 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.09 |
| HSL | 63.66º | 0.79% | 0.59% | - |
| HSV(B) | 63.66º | 0.7% | 0.91% | - |
| XYZ | 60.64 | 74.4 | 16.79 | - |
| YUV | 211.31 | 47.69 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 69 | 0.04 | 0 | 0.70 | 0.09 | 63.66 | 0.79 | 0.59 |
| Hex | DF | E9 | 45 | 4 | 0 | 46 | 9 | 40 | 4F | 3B |
| Octal | 337 | 351 | 105 | 4 | 0 | 106 | 11 | 100 | 117 | 73 |
| Binary | 11011111 | 11101001 | 1000101 | 100 | 0 | 1000110 | 1001 | 1000000 | 1001111 | 111011 |
Color Harmonies of #DFE945
Complementary color
Monochromatic Colors of #DFE945
Black with #DFE945
Text Example
Text Example
White with #DFE945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE945; }
p { color: rgb(223,233,69); }
H1.HeaderClassName
{
color: #DFE945;
}
.AnyTagClassName
{
color: #DFE945;
}
</style>
background-color css
<style>
a { background-color: #DFE945; }
a { background-color: rgb(223,233,69); }
div.DivClassName
{
background-color: #DFE945;
}
.BgClassName
{
background-color: #DFE945;
}
</style>
border-color css
<style>
span { border-color: #DFE945; }
span { border-color: rgb(223,233,69); }
td.TdClassName
{
border-color: #DFE945;
}
.TagClassName
{
border-color: #DFE945;
}
</style>