Shades of Starship #DFEA3E
Tints of Starship #DFEA3E
RGB
CMYK
RGB Variations
Color information
#DFEA3E (or 0xDFEA3E) is known color: Starship. HEX triplet: DF, EA and 3E. RGB value is (223,234,62). Sum of RGB (Red+Green+Blue) = 223+234+62=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 62 (24.61% from 255 or 11.95% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEA3E is #2015C1. Grayscale: #D3D3D3. Windows color (decimal): -2102722 or 4123359. OLE color: 4123359.
HSL color Cylindrical-coordinate representation of color #DFEA3E: hue angle of 63.84º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFEA3E is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 234 | 62 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.08 |
| HSL | 63.84º | 0.8% | 0.58% | - |
| HSV(B) | 63.84º | 0.74% | 0.92% | - |
| XYZ | 60.72 | 74.88 | 15.81 | - |
| YUV | 211.1 | 43.86 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 234 | 62 | 0.05 | 0 | 0.74 | 0.08 | 63.84 | 0.8 | 0.58 |
| Hex | DF | EA | 3E | 5 | 0 | 4A | 8 | 40 | 50 | 3A |
| Octal | 337 | 352 | 76 | 5 | 0 | 112 | 10 | 100 | 120 | 72 |
| Binary | 11011111 | 11101010 | 111110 | 101 | 0 | 1001010 | 1000 | 1000000 | 1010000 | 111010 |
Color Harmonies of #DFEA3E
Complementary color
Monochromatic Colors of #DFEA3E
Black with #DFEA3E
Text Example
Text Example
White with #DFEA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEA3E; }
p { color: rgb(223,234,62); }
H1.HeaderClassName
{
color: #DFEA3E;
}
.AnyTagClassName
{
color: #DFEA3E;
}
</style>
background-color css
<style>
a { background-color: #DFEA3E; }
a { background-color: rgb(223,234,62); }
div.DivClassName
{
background-color: #DFEA3E;
}
.BgClassName
{
background-color: #DFEA3E;
}
</style>
border-color css
<style>
span { border-color: #DFEA3E; }
span { border-color: rgb(223,234,62); }
td.TdClassName
{
border-color: #DFEA3E;
}
.TagClassName
{
border-color: #DFEA3E;
}
</style>