Shades of Starship #DFE03D
Tints of Starship #DFE03D
RGB
CMYK
RGB Variations
Color information
#DFE03D (or 0xDFE03D) is known color: Starship. HEX triplet: DF, E0 and 3D. RGB value is (223,224,61). Sum of RGB (Red+Green+Blue) = 223+224+61=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 61 (24.22% from 255 or 12.01% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE03D is #201FC2. Grayscale: #CDCDCD. Windows color (decimal): -2105283 or 4055263. OLE color: 4055263.
HSL color Cylindrical-coordinate representation of color #DFE03D: hue angle of 60.37º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DFE03D is Cyan = 0.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 61 | - |
| CMYK | 0.00 | 0 | 0.73 | 0.12 |
| HSL | 60.37º | 0.72% | 0.56% | - |
| HSV(B) | 60.37º | 0.73% | 0.88% | - |
| XYZ | 57.93 | 69.34 | 14.74 | - |
| YUV | 205.12 | 46.67 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 61 | 0.00 | 0 | 0.73 | 0.12 | 60.37 | 0.72 | 0.56 |
| Hex | DF | E0 | 3D | 0 | 0 | 49 | C | 3C | 48 | 38 |
| Octal | 337 | 340 | 75 | 0 | 0 | 111 | 14 | 74 | 110 | 70 |
| Binary | 11011111 | 11100000 | 111101 | 0 | 0 | 1001001 | 1100 | 111100 | 1001000 | 111000 |
Color Harmonies of #DFE03D
Complementary color
Monochromatic Colors of #DFE03D
Black with #DFE03D
Text Example
Text Example
White with #DFE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE03D; }
p { color: rgb(223,224,61); }
H1.HeaderClassName
{
color: #DFE03D;
}
.AnyTagClassName
{
color: #DFE03D;
}
</style>
background-color css
<style>
a { background-color: #DFE03D; }
a { background-color: rgb(223,224,61); }
div.DivClassName
{
background-color: #DFE03D;
}
.BgClassName
{
background-color: #DFE03D;
}
</style>
border-color css
<style>
span { border-color: #DFE03D; }
span { border-color: rgb(223,224,61); }
td.TdClassName
{
border-color: #DFE03D;
}
.TagClassName
{
border-color: #DFE03D;
}
</style>