Shades of Starship #DFDE43
Tints of Starship #DFDE43
RGB
CMYK
RGB Variations
Color information
#DFDE43 (or 0xDFDE43) is known color: Starship. HEX triplet: DF, DE and 43. RGB value is (223,222,67). Sum of RGB (Red+Green+Blue) = 223+222+67=512 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.55% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDE43 is #2021BC. Grayscale: #CDCDCD. Windows color (decimal): -2105789 or 4447967. OLE color: 4447967.
HSL color Cylindrical-coordinate representation of color #DFDE43: hue angle of 59.62º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DFDE43 is Cyan = 0, Magento = 0.00, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 222 | 67 | - |
| CMYK | 0 | 0.00 | 0.70 | 0.13 |
| HSL | 59.62º | 0.71% | 0.57% | - |
| HSV(B) | 59.62º | 0.7% | 0.87% | - |
| XYZ | 57.57 | 68.34 | 15.47 | - |
| YUV | 204.63 | 50.33 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 222 | 67 | 0 | 0.00 | 0.70 | 0.13 | 59.62 | 0.71 | 0.57 |
| Hex | DF | DE | 43 | 0 | 0 | 46 | D | 3C | 47 | 39 |
| Octal | 337 | 336 | 103 | 0 | 0 | 106 | 15 | 74 | 107 | 71 |
| Binary | 11011111 | 11011110 | 1000011 | 0 | 0 | 1000110 | 1101 | 111100 | 1000111 | 111001 |
Color Harmonies of #DFDE43
Complementary color
Monochromatic Colors of #DFDE43
Black with #DFDE43
Text Example
Text Example
White with #DFDE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDE43; }
p { color: rgb(223,222,67); }
H1.HeaderClassName
{
color: #DFDE43;
}
.AnyTagClassName
{
color: #DFDE43;
}
</style>
background-color css
<style>
a { background-color: #DFDE43; }
a { background-color: rgb(223,222,67); }
div.DivClassName
{
background-color: #DFDE43;
}
.BgClassName
{
background-color: #DFDE43;
}
</style>
border-color css
<style>
span { border-color: #DFDE43; }
span { border-color: rgb(223,222,67); }
td.TdClassName
{
border-color: #DFDE43;
}
.TagClassName
{
border-color: #DFDE43;
}
</style>