Shades of Starship #DFEF3C
Tints of Starship #DFEF3C
RGB
CMYK
RGB Variations
Color information
#DFEF3C (or 0xDFEF3C) is known color: Starship. HEX triplet: DF, EF and 3C. RGB value is (223,239,60). Sum of RGB (Red+Green+Blue) = 223+239+60=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF3C is #2010C3. Grayscale: #D6D6D6. Windows color (decimal): -2101444 or 3993567. OLE color: 3993567.
HSL color Cylindrical-coordinate representation of color #DFEF3C: hue angle of 65.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DFEF3C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 60 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.06 |
| HSL | 65.36º | 0.85% | 0.59% | - |
| HSV(B) | 65.36º | 0.75% | 0.94% | - |
| XYZ | 62.11 | 77.75 | 16.01 | - |
| YUV | 213.81 | 41.2 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 60 | 0.07 | 0 | 0.75 | 0.06 | 65.36 | 0.85 | 0.59 |
| Hex | DF | EF | 3C | 7 | 0 | 4B | 6 | 41 | 55 | 3B |
| Octal | 337 | 357 | 74 | 7 | 0 | 113 | 6 | 101 | 125 | 73 |
| Binary | 11011111 | 11101111 | 111100 | 111 | 0 | 1001011 | 110 | 1000001 | 1010101 | 111011 |
Color Harmonies of #DFEF3C
Complementary color
Monochromatic Colors of #DFEF3C
Black with #DFEF3C
Text Example
Text Example
White with #DFEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF3C; }
p { color: rgb(223,239,60); }
H1.HeaderClassName
{
color: #DFEF3C;
}
.AnyTagClassName
{
color: #DFEF3C;
}
</style>
background-color css
<style>
a { background-color: #DFEF3C; }
a { background-color: rgb(223,239,60); }
div.DivClassName
{
background-color: #DFEF3C;
}
.BgClassName
{
background-color: #DFEF3C;
}
</style>
border-color css
<style>
span { border-color: #DFEF3C; }
span { border-color: rgb(223,239,60); }
td.TdClassName
{
border-color: #DFEF3C;
}
.TagClassName
{
border-color: #DFEF3C;
}
</style>