Shades of Starship #DED130
Tints of Starship #DED130
RGB
CMYK
RGB Variations
Color information
#DED130 (or 0xDED130) is known color: Starship. HEX triplet: DE, D1 and 30. RGB value is (222,209,48). Sum of RGB (Red+Green+Blue) = 222+209+48=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 48 (19.14% from 255 or 10.02% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DED130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED130 is #212ECF. Grayscale: #C3C3C3. Windows color (decimal): -2174672 or 3199454. OLE color: 3199454.
HSL color Cylindrical-coordinate representation of color #DED130: hue angle of 55.52º degrees, saturation: 0.73, 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 #DED130 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 48 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.13 |
| HSL | 55.52º | 0.73% | 0.53% | - |
| HSV(B) | 55.52º | 0.78% | 0.87% | - |
| XYZ | 53.46 | 61.34 | 11.82 | - |
| YUV | 194.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 48 | 0 | 0.06 | 0.78 | 0.13 | 55.52 | 0.73 | 0.53 |
| Hex | DE | D1 | 30 | 0 | 6 | 4E | D | 38 | 48 | 35 |
| Octal | 336 | 321 | 60 | 0 | 6 | 116 | 15 | 70 | 110 | 65 |
| Binary | 11011110 | 11010001 | 110000 | 0 | 110 | 1001110 | 1101 | 111000 | 1001000 | 110101 |
Color Harmonies of #DED130
Complementary color
Monochromatic Colors of #DED130
Black with #DED130
Text Example
Text Example
White with #DED130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED130; }
p { color: rgb(222,209,48); }
H1.HeaderClassName
{
color: #DED130;
}
.AnyTagClassName
{
color: #DED130;
}
</style>
background-color css
<style>
a { background-color: #DED130; }
a { background-color: rgb(222,209,48); }
div.DivClassName
{
background-color: #DED130;
}
.BgClassName
{
background-color: #DED130;
}
</style>
border-color css
<style>
span { border-color: #DED130; }
span { border-color: rgb(222,209,48); }
td.TdClassName
{
border-color: #DED130;
}
.TagClassName
{
border-color: #DED130;
}
</style>