Shades of Starship #DFDE2E
Tints of Starship #DFDE2E
RGB
CMYK
RGB Variations
Color information
#DFDE2E (or 0xDFDE2E) is known color: Starship. HEX triplet: DF, DE and 2E. RGB value is (223,222,46). Sum of RGB (Red+Green+Blue) = 223+222+46=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE2E is #2021D1. Grayscale: #CACACA. Windows color (decimal): -2105810 or 3071711. OLE color: 3071711.
HSL color Cylindrical-coordinate representation of color #DFDE2E: hue angle of 59.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFDE2E is Cyan = 0, Magento = 0.00, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 46 | - |
| CMYK | 0 | 0.00 | 0.79 | 0.13 |
| HSL | 59.66º | 0.73% | 0.53% | - |
| HSV(B) | 59.66º | 0.79% | 0.87% | - |
| XYZ | 57.05 | 68.13 | 12.73 | - |
| YUV | 202.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 46 | 0 | 0.00 | 0.79 | 0.13 | 59.66 | 0.73 | 0.53 |
| Hex | DF | DE | 2E | 0 | 0 | 4F | D | 3C | 49 | 35 |
| Octal | 337 | 336 | 56 | 0 | 0 | 117 | 15 | 74 | 111 | 65 |
| Binary | 11011111 | 11011110 | 101110 | 0 | 0 | 1001111 | 1101 | 111100 | 1001001 | 110101 |
Color Harmonies of #DFDE2E
Complementary color
Monochromatic Colors of #DFDE2E
Black with #DFDE2E
Text Example
Text Example
White with #DFDE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE2E; }
p { color: rgb(223,222,46); }
H1.HeaderClassName
{
color: #DFDE2E;
}
.AnyTagClassName
{
color: #DFDE2E;
}
</style>
background-color css
<style>
a { background-color: #DFDE2E; }
a { background-color: rgb(223,222,46); }
div.DivClassName
{
background-color: #DFDE2E;
}
.BgClassName
{
background-color: #DFDE2E;
}
</style>
border-color css
<style>
span { border-color: #DFDE2E; }
span { border-color: rgb(223,222,46); }
td.TdClassName
{
border-color: #DFDE2E;
}
.TagClassName
{
border-color: #DFDE2E;
}
</style>