Shades of Starship #DED92B
Tints of Starship #DED92B
RGB
CMYK
RGB Variations
Color information
#DED92B (or 0xDED92B) is known color: Starship. HEX triplet: DE, D9 and 2B. RGB value is (222,217,43). Sum of RGB (Red+Green+Blue) = 222+217+43=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DED92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED92B is #2126D4. Grayscale: #C7C7C7. Windows color (decimal): -2172629 or 2873822. OLE color: 2873822.
HSL color Cylindrical-coordinate representation of color #DED92B: hue angle of 58.32º 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 #DED92B is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 43 | - |
| CMYK | 0 | 0.02 | 0.81 | 0.13 |
| HSL | 58.32º | 0.73% | 0.52% | - |
| HSV(B) | 58.32º | 0.81% | 0.87% | - |
| XYZ | 55.37 | 65.33 | 11.98 | - |
| YUV | 198.66 | 40.16 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 43 | 0 | 0.02 | 0.81 | 0.13 | 58.32 | 0.73 | 0.52 |
| Hex | DE | D9 | 2B | 0 | 2 | 51 | D | 3A | 49 | 34 |
| Octal | 336 | 331 | 53 | 0 | 2 | 121 | 15 | 72 | 111 | 64 |
| Binary | 11011110 | 11011001 | 101011 | 0 | 10 | 1010001 | 1101 | 111010 | 1001001 | 110100 |
Color Harmonies of #DED92B
Complementary color
Monochromatic Colors of #DED92B
Black with #DED92B
Text Example
Text Example
White with #DED92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED92B; }
p { color: rgb(222,217,43); }
H1.HeaderClassName
{
color: #DED92B;
}
.AnyTagClassName
{
color: #DED92B;
}
</style>
background-color css
<style>
a { background-color: #DED92B; }
a { background-color: rgb(222,217,43); }
div.DivClassName
{
background-color: #DED92B;
}
.BgClassName
{
background-color: #DED92B;
}
</style>
border-color css
<style>
span { border-color: #DED92B; }
span { border-color: rgb(222,217,43); }
td.TdClassName
{
border-color: #DED92B;
}
.TagClassName
{
border-color: #DED92B;
}
</style>