Shades of Starship #DFDE39
Tints of Starship #DFDE39
RGB
CMYK
RGB Variations
Color information
#DFDE39 (or 0xDFDE39) is known color: Starship. HEX triplet: DF, DE and 39. RGB value is (223,222,57). Sum of RGB (Red+Green+Blue) = 223+222+57=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 57 (22.66% from 255 or 11.35% from 502); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE39 is #2021C6. Grayscale: #CCCCCC. Windows color (decimal): -2105799 or 3792607. OLE color: 3792607.
HSL color Cylindrical-coordinate representation of color #DFDE39: hue angle of 59.64º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DFDE39 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 57 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.13 |
| HSL | 59.64º | 0.72% | 0.55% | - |
| HSV(B) | 59.64º | 0.74% | 0.87% | - |
| XYZ | 57.29 | 68.23 | 14.02 | - |
| YUV | 203.49 | 45.33 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 57 | 0 | 0.00 | 0.74 | 0.13 | 59.64 | 0.72 | 0.55 |
| Hex | DF | DE | 39 | 0 | 0 | 4A | D | 3C | 48 | 37 |
| Octal | 337 | 336 | 71 | 0 | 0 | 112 | 15 | 74 | 110 | 67 |
| Binary | 11011111 | 11011110 | 111001 | 0 | 0 | 1001010 | 1101 | 111100 | 1001000 | 110111 |
Color Harmonies of #DFDE39
Complementary color
Monochromatic Colors of #DFDE39
Black with #DFDE39
Text Example
Text Example
White with #DFDE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE39; }
p { color: rgb(223,222,57); }
H1.HeaderClassName
{
color: #DFDE39;
}
.AnyTagClassName
{
color: #DFDE39;
}
</style>
background-color css
<style>
a { background-color: #DFDE39; }
a { background-color: rgb(223,222,57); }
div.DivClassName
{
background-color: #DFDE39;
}
.BgClassName
{
background-color: #DFDE39;
}
</style>
border-color css
<style>
span { border-color: #DFDE39; }
span { border-color: rgb(223,222,57); }
td.TdClassName
{
border-color: #DFDE39;
}
.TagClassName
{
border-color: #DFDE39;
}
</style>