Shades of Starship #DEDA47
Tints of Starship #DEDA47
RGB
CMYK
RGB Variations
Color information
#DEDA47 (or 0xDEDA47) is known color: Starship. HEX triplet: DE, DA and 47. RGB value is (222,218,71). Sum of RGB (Red+Green+Blue) = 222+218+71=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 71 (28.12% from 255 or 13.89% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA47 is #2125B8. Grayscale: #CBCBCB. Windows color (decimal): -2172345 or 4709086. OLE color: 4709086.
HSL color Cylindrical-coordinate representation of color #DEDA47: hue angle of 58.41º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DEDA47 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 71 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.13 |
| HSL | 58.41º | 0.7% | 0.57% | - |
| HSV(B) | 58.41º | 0.68% | 0.87% | - |
| XYZ | 56.33 | 66.13 | 15.76 | - |
| YUV | 202.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 71 | 0 | 0.02 | 0.68 | 0.13 | 58.41 | 0.7 | 0.57 |
| Hex | DE | DA | 47 | 0 | 2 | 44 | D | 3A | 46 | 39 |
| Octal | 336 | 332 | 107 | 0 | 2 | 104 | 15 | 72 | 106 | 71 |
| Binary | 11011110 | 11011010 | 1000111 | 0 | 10 | 1000100 | 1101 | 111010 | 1000110 | 111001 |
Color Harmonies of #DEDA47
Complementary color
Monochromatic Colors of #DEDA47
Black with #DEDA47
Text Example
Text Example
White with #DEDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA47; }
p { color: rgb(222,218,71); }
H1.HeaderClassName
{
color: #DEDA47;
}
.AnyTagClassName
{
color: #DEDA47;
}
</style>
background-color css
<style>
a { background-color: #DEDA47; }
a { background-color: rgb(222,218,71); }
div.DivClassName
{
background-color: #DEDA47;
}
.BgClassName
{
background-color: #DEDA47;
}
</style>
border-color css
<style>
span { border-color: #DEDA47; }
span { border-color: rgb(222,218,71); }
td.TdClassName
{
border-color: #DEDA47;
}
.TagClassName
{
border-color: #DEDA47;
}
</style>