Shades of Starship #DED235
Tints of Starship #DED235
RGB
CMYK
RGB Variations
Color information
#DED235 (or 0xDED235) is known color: Starship. HEX triplet: DE, D2 and 35. RGB value is (222,210,53). Sum of RGB (Red+Green+Blue) = 222+210+53=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DED235 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED235 is #212DCA. Grayscale: #C4C4C4. Windows color (decimal): -2174411 or 3527390. OLE color: 3527390.
HSL color Cylindrical-coordinate representation of color #DED235: hue angle of 55.74º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DED235 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 53 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.13 |
| HSL | 55.74º | 0.72% | 0.54% | - |
| HSV(B) | 55.74º | 0.76% | 0.87% | - |
| XYZ | 53.81 | 61.88 | 12.48 | - |
| YUV | 195.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 53 | 0 | 0.05 | 0.76 | 0.13 | 55.74 | 0.72 | 0.54 |
| Hex | DE | D2 | 35 | 0 | 5 | 4C | D | 38 | 48 | 36 |
| Octal | 336 | 322 | 65 | 0 | 5 | 114 | 15 | 70 | 110 | 66 |
| Binary | 11011110 | 11010010 | 110101 | 0 | 101 | 1001100 | 1101 | 111000 | 1001000 | 110110 |
Color Harmonies of #DED235
Complementary color
Monochromatic Colors of #DED235
Black with #DED235
Text Example
Text Example
White with #DED235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED235; }
p { color: rgb(222,210,53); }
H1.HeaderClassName
{
color: #DED235;
}
.AnyTagClassName
{
color: #DED235;
}
</style>
background-color css
<style>
a { background-color: #DED235; }
a { background-color: rgb(222,210,53); }
div.DivClassName
{
background-color: #DED235;
}
.BgClassName
{
background-color: #DED235;
}
</style>
border-color css
<style>
span { border-color: #DED235; }
span { border-color: rgb(222,210,53); }
td.TdClassName
{
border-color: #DED235;
}
.TagClassName
{
border-color: #DED235;
}
</style>