Shades of Starship #DED131
Tints of Starship #DED131
RGB
CMYK
RGB Variations
Color information
#DED131 (or 0xDED131) is known color: Starship. HEX triplet: DE, D1 and 31. RGB value is (222,209,49). Sum of RGB (Red+Green+Blue) = 222+209+49=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 49 (19.53% from 255 or 10.21% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DED131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED131 is #212ECE. Grayscale: #C3C3C3. Windows color (decimal): -2174671 or 3264990. OLE color: 3264990.
HSL color Cylindrical-coordinate representation of color #DED131: hue angle of 55.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DED131 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 49 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.13 |
| HSL | 55.49º | 0.72% | 0.53% | - |
| HSV(B) | 55.49º | 0.78% | 0.87% | - |
| XYZ | 53.48 | 61.35 | 11.93 | - |
| YUV | 194.65 | 45.81 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 49 | 0 | 0.06 | 0.78 | 0.13 | 55.49 | 0.72 | 0.53 |
| Hex | DE | D1 | 31 | 0 | 6 | 4E | D | 37 | 48 | 35 |
| Octal | 336 | 321 | 61 | 0 | 6 | 116 | 15 | 67 | 110 | 65 |
| Binary | 11011110 | 11010001 | 110001 | 0 | 110 | 1001110 | 1101 | 110111 | 1001000 | 110101 |
Color Harmonies of #DED131
Complementary color
Monochromatic Colors of #DED131
Black with #DED131
Text Example
Text Example
White with #DED131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED131; }
p { color: rgb(222,209,49); }
H1.HeaderClassName
{
color: #DED131;
}
.AnyTagClassName
{
color: #DED131;
}
</style>
background-color css
<style>
a { background-color: #DED131; }
a { background-color: rgb(222,209,49); }
div.DivClassName
{
background-color: #DED131;
}
.BgClassName
{
background-color: #DED131;
}
</style>
border-color css
<style>
span { border-color: #DED131; }
span { border-color: rgb(222,209,49); }
td.TdClassName
{
border-color: #DED131;
}
.TagClassName
{
border-color: #DED131;
}
</style>