Shades of Starship #DED830
Tints of Starship #DED830
RGB
CMYK
RGB Variations
Color information
#DED830 (or 0xDED830) is known color: Starship. HEX triplet: DE, D8 and 30. RGB value is (222,216,48). Sum of RGB (Red+Green+Blue) = 222+216+48=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DED830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED830 is #2127CF. Grayscale: #C7C7C7. Windows color (decimal): -2172880 or 3201246. OLE color: 3201246.
HSL color Cylindrical-coordinate representation of color #DED830: hue angle of 57.93º 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 #DED830 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 48 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.13 |
| HSL | 57.93º | 0.73% | 0.53% | - |
| HSV(B) | 57.93º | 0.78% | 0.87% | - |
| XYZ | 55.21 | 64.85 | 12.4 | - |
| YUV | 198.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 48 | 0 | 0.03 | 0.78 | 0.13 | 57.93 | 0.73 | 0.53 |
| Hex | DE | D8 | 30 | 0 | 3 | 4E | D | 3A | 48 | 35 |
| Octal | 336 | 330 | 60 | 0 | 3 | 116 | 15 | 72 | 110 | 65 |
| Binary | 11011110 | 11011000 | 110000 | 0 | 11 | 1001110 | 1101 | 111010 | 1001000 | 110101 |
Color Harmonies of #DED830
Complementary color
Monochromatic Colors of #DED830
Black with #DED830
Text Example
Text Example
White with #DED830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED830; }
p { color: rgb(222,216,48); }
H1.HeaderClassName
{
color: #DED830;
}
.AnyTagClassName
{
color: #DED830;
}
</style>
background-color css
<style>
a { background-color: #DED830; }
a { background-color: rgb(222,216,48); }
div.DivClassName
{
background-color: #DED830;
}
.BgClassName
{
background-color: #DED830;
}
</style>
border-color css
<style>
span { border-color: #DED830; }
span { border-color: rgb(222,216,48); }
td.TdClassName
{
border-color: #DED830;
}
.TagClassName
{
border-color: #DED830;
}
</style>