Shades of Starship #DFEF49
Tints of Starship #DFEF49
RGB
CMYK
RGB Variations
Color information
#DFEF49 (or 0xDFEF49) is known color: Starship. HEX triplet: DF, EF and 49. RGB value is (223,239,73). Sum of RGB (Red+Green+Blue) = 223+239+73=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 239 (93.75% from 255 or 44.67% from 535); Blue value is 73 (28.91% from 255 or 13.64% from 535); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF49 is #2010B6. Grayscale: #D7D7D7. Windows color (decimal): -2101431 or 4845535. OLE color: 4845535.
HSL color Cylindrical-coordinate representation of color #DFEF49: hue angle of 65.78º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DFEF49 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 73 | - |
| CMYK | 0.07 | 0 | 0.69 | 0.06 |
| HSL | 65.78º | 0.84% | 0.61% | - |
| HSV(B) | 65.78º | 0.69% | 0.94% | - |
| XYZ | 62.5 | 77.9 | 18.05 | - |
| YUV | 215.29 | 47.7 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 73 | 0.07 | 0 | 0.69 | 0.06 | 65.78 | 0.84 | 0.61 |
| Hex | DF | EF | 49 | 7 | 0 | 45 | 6 | 42 | 54 | 3D |
| Octal | 337 | 357 | 111 | 7 | 0 | 105 | 6 | 102 | 124 | 75 |
| Binary | 11011111 | 11101111 | 1001001 | 111 | 0 | 1000101 | 110 | 1000010 | 1010100 | 111101 |
Color Harmonies of #DFEF49
Complementary color
Monochromatic Colors of #DFEF49
Black with #DFEF49
Text Example
Text Example
White with #DFEF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF49; }
p { color: rgb(223,239,73); }
H1.HeaderClassName
{
color: #DFEF49;
}
.AnyTagClassName
{
color: #DFEF49;
}
</style>
background-color css
<style>
a { background-color: #DFEF49; }
a { background-color: rgb(223,239,73); }
div.DivClassName
{
background-color: #DFEF49;
}
.BgClassName
{
background-color: #DFEF49;
}
</style>
border-color css
<style>
span { border-color: #DFEF49; }
span { border-color: rgb(223,239,73); }
td.TdClassName
{
border-color: #DFEF49;
}
.TagClassName
{
border-color: #DFEF49;
}
</style>