Shades of Starship #DFEF3E
Tints of Starship #DFEF3E
RGB
CMYK
RGB Variations
Color information
#DFEF3E (or 0xDFEF3E) is known color: Starship. HEX triplet: DF, EF and 3E. RGB value is (223,239,62). Sum of RGB (Red+Green+Blue) = 223+239+62=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF3E is #2010C1. Grayscale: #D6D6D6. Windows color (decimal): -2101442 or 4124639. OLE color: 4124639.
HSL color Cylindrical-coordinate representation of color #DFEF3E: hue angle of 65.42º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFEF3E is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 62 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.06 |
| HSL | 65.42º | 0.85% | 0.59% | - |
| HSV(B) | 65.42º | 0.74% | 0.94% | - |
| XYZ | 62.17 | 77.77 | 16.29 | - |
| YUV | 214.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 62 | 0.07 | 0 | 0.74 | 0.06 | 65.42 | 0.85 | 0.59 |
| Hex | DF | EF | 3E | 7 | 0 | 4A | 6 | 41 | 55 | 3B |
| Octal | 337 | 357 | 76 | 7 | 0 | 112 | 6 | 101 | 125 | 73 |
| Binary | 11011111 | 11101111 | 111110 | 111 | 0 | 1001010 | 110 | 1000001 | 1010101 | 111011 |
Color Harmonies of #DFEF3E
Complementary color
Monochromatic Colors of #DFEF3E
Black with #DFEF3E
Text Example
Text Example
White with #DFEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF3E; }
p { color: rgb(223,239,62); }
H1.HeaderClassName
{
color: #DFEF3E;
}
.AnyTagClassName
{
color: #DFEF3E;
}
</style>
background-color css
<style>
a { background-color: #DFEF3E; }
a { background-color: rgb(223,239,62); }
div.DivClassName
{
background-color: #DFEF3E;
}
.BgClassName
{
background-color: #DFEF3E;
}
</style>
border-color css
<style>
span { border-color: #DFEF3E; }
span { border-color: rgb(223,239,62); }
td.TdClassName
{
border-color: #DFEF3E;
}
.TagClassName
{
border-color: #DFEF3E;
}
</style>