Shades of Starship #DED232
Tints of Starship #DED232
RGB
CMYK
RGB Variations
Color information
#DED232 (or 0xDED232) is known color: Starship. HEX triplet: DE, D2 and 32. RGB value is (222,210,50). Sum of RGB (Red+Green+Blue) = 222+210+50=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 50 (19.92% from 255 or 10.37% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DED232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED232 is #212DCD. Grayscale: #C4C4C4. Windows color (decimal): -2174414 or 3330782. OLE color: 3330782.
HSL color Cylindrical-coordinate representation of color #DED232: hue angle of 55.81º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DED232 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 50 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.13 |
| HSL | 55.81º | 0.72% | 0.53% | - |
| HSV(B) | 55.81º | 0.77% | 0.87% | - |
| XYZ | 53.75 | 61.85 | 12.12 | - |
| YUV | 195.35 | 45.98 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 50 | 0 | 0.05 | 0.77 | 0.13 | 55.81 | 0.72 | 0.53 |
| Hex | DE | D2 | 32 | 0 | 5 | 4D | D | 38 | 48 | 35 |
| Octal | 336 | 322 | 62 | 0 | 5 | 115 | 15 | 70 | 110 | 65 |
| Binary | 11011110 | 11010010 | 110010 | 0 | 101 | 1001101 | 1101 | 111000 | 1001000 | 110101 |
Color Harmonies of #DED232
Complementary color
Monochromatic Colors of #DED232
Black with #DED232
Text Example
Text Example
White with #DED232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED232; }
p { color: rgb(222,210,50); }
H1.HeaderClassName
{
color: #DED232;
}
.AnyTagClassName
{
color: #DED232;
}
</style>
background-color css
<style>
a { background-color: #DED232; }
a { background-color: rgb(222,210,50); }
div.DivClassName
{
background-color: #DED232;
}
.BgClassName
{
background-color: #DED232;
}
</style>
border-color css
<style>
span { border-color: #DED232; }
span { border-color: rgb(222,210,50); }
td.TdClassName
{
border-color: #DED232;
}
.TagClassName
{
border-color: #DED232;
}
</style>