Shades of Starship #DFDE40
Tints of Starship #DFDE40
RGB
CMYK
RGB Variations
Color information
#DFDE40 (or 0xDFDE40) is known color: Starship. HEX triplet: DF, DE and 40. RGB value is (223,222,64). Sum of RGB (Red+Green+Blue) = 223+222+64=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 64 (25.39% from 255 or 12.57% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE40 is #2021BF. Grayscale: #CCCCCC. Windows color (decimal): -2105792 or 4251359. OLE color: 4251359.
HSL color Cylindrical-coordinate representation of color #DFDE40: hue angle of 59.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DFDE40 is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 64 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.13 |
| HSL | 59.62º | 0.71% | 0.56% | - |
| HSV(B) | 59.62º | 0.71% | 0.87% | - |
| XYZ | 57.48 | 68.3 | 15 | - |
| YUV | 204.29 | 48.83 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 64 | 0 | 0.00 | 0.71 | 0.13 | 59.62 | 0.71 | 0.56 |
| Hex | DF | DE | 40 | 0 | 0 | 47 | D | 3C | 47 | 38 |
| Octal | 337 | 336 | 100 | 0 | 0 | 107 | 15 | 74 | 107 | 70 |
| Binary | 11011111 | 11011110 | 1000000 | 0 | 0 | 1000111 | 1101 | 111100 | 1000111 | 111000 |
Color Harmonies of #DFDE40
Complementary color
Monochromatic Colors of #DFDE40
Black with #DFDE40
Text Example
Text Example
White with #DFDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE40; }
p { color: rgb(223,222,64); }
H1.HeaderClassName
{
color: #DFDE40;
}
.AnyTagClassName
{
color: #DFDE40;
}
</style>
background-color css
<style>
a { background-color: #DFDE40; }
a { background-color: rgb(223,222,64); }
div.DivClassName
{
background-color: #DFDE40;
}
.BgClassName
{
background-color: #DFDE40;
}
</style>
border-color css
<style>
span { border-color: #DFDE40; }
span { border-color: rgb(223,222,64); }
td.TdClassName
{
border-color: #DFDE40;
}
.TagClassName
{
border-color: #DFDE40;
}
</style>