Shades of Starship #DED82B
Tints of Starship #DED82B
RGB
CMYK
RGB Variations
Color information
#DED82B (or 0xDED82B) is known color: Starship. HEX triplet: DE, D8 and 2B. RGB value is (222,216,43). Sum of RGB (Red+Green+Blue) = 222+216+43=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DED82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED82B is #2127D4. Grayscale: #C6C6C6. Windows color (decimal): -2172885 or 2873566. OLE color: 2873566.
HSL color Cylindrical-coordinate representation of color #DED82B: hue angle of 57.99º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DED82B is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 43 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.13 |
| HSL | 57.99º | 0.73% | 0.52% | - |
| HSV(B) | 57.99º | 0.81% | 0.87% | - |
| XYZ | 55.12 | 64.82 | 11.89 | - |
| YUV | 198.07 | 40.49 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 43 | 0 | 0.03 | 0.81 | 0.13 | 57.99 | 0.73 | 0.52 |
| Hex | DE | D8 | 2B | 0 | 3 | 51 | D | 3A | 49 | 34 |
| Octal | 336 | 330 | 53 | 0 | 3 | 121 | 15 | 72 | 111 | 64 |
| Binary | 11011110 | 11011000 | 101011 | 0 | 11 | 1010001 | 1101 | 111010 | 1001001 | 110100 |
Color Harmonies of #DED82B
Complementary color
Monochromatic Colors of #DED82B
Black with #DED82B
Text Example
Text Example
White with #DED82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED82B; }
p { color: rgb(222,216,43); }
H1.HeaderClassName
{
color: #DED82B;
}
.AnyTagClassName
{
color: #DED82B;
}
</style>
background-color css
<style>
a { background-color: #DED82B; }
a { background-color: rgb(222,216,43); }
div.DivClassName
{
background-color: #DED82B;
}
.BgClassName
{
background-color: #DED82B;
}
</style>
border-color css
<style>
span { border-color: #DED82B; }
span { border-color: rgb(222,216,43); }
td.TdClassName
{
border-color: #DED82B;
}
.TagClassName
{
border-color: #DED82B;
}
</style>