Shades of Starship #DFE043
Tints of Starship #DFE043
RGB
CMYK
RGB Variations
Color information
#DFE043 (or 0xDFE043) is known color: Starship. HEX triplet: DF, E0 and 43. RGB value is (223,224,67). Sum of RGB (Red+Green+Blue) = 223+224+67=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 67 (26.56% from 255 or 13.04% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE043 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE043 is #201FBC. Grayscale: #CECECE. Windows color (decimal): -2105277 or 4448479. OLE color: 4448479.
HSL color Cylindrical-coordinate representation of color #DFE043: hue angle of 60.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFE043 is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 67 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.12 |
| HSL | 60.38º | 0.72% | 0.57% | - |
| HSV(B) | 60.38º | 0.7% | 0.88% | - |
| XYZ | 58.1 | 69.4 | 15.64 | - |
| YUV | 205.8 | 49.67 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 67 | 0.00 | 0 | 0.70 | 0.12 | 60.38 | 0.72 | 0.57 |
| Hex | DF | E0 | 43 | 0 | 0 | 46 | C | 3C | 48 | 39 |
| Octal | 337 | 340 | 103 | 0 | 0 | 106 | 14 | 74 | 110 | 71 |
| Binary | 11011111 | 11100000 | 1000011 | 0 | 0 | 1000110 | 1100 | 111100 | 1001000 | 111001 |
Color Harmonies of #DFE043
Complementary color
Monochromatic Colors of #DFE043
Black with #DFE043
Text Example
Text Example
White with #DFE043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE043; }
p { color: rgb(223,224,67); }
H1.HeaderClassName
{
color: #DFE043;
}
.AnyTagClassName
{
color: #DFE043;
}
</style>
background-color css
<style>
a { background-color: #DFE043; }
a { background-color: rgb(223,224,67); }
div.DivClassName
{
background-color: #DFE043;
}
.BgClassName
{
background-color: #DFE043;
}
</style>
border-color css
<style>
span { border-color: #DFE043; }
span { border-color: rgb(223,224,67); }
td.TdClassName
{
border-color: #DFE043;
}
.TagClassName
{
border-color: #DFE043;
}
</style>