Shades of Starship #DED231
Tints of Starship #DED231
RGB
CMYK
RGB Variations
Color information
#DED231 (or 0xDED231) is known color: Starship. HEX triplet: DE, D2 and 31. RGB value is (222,210,49). Sum of RGB (Red+Green+Blue) = 222+210+49=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 49 (19.53% from 255 or 10.19% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DED231 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED231 is #212DCE. Grayscale: #C3C3C3. Windows color (decimal): -2174415 or 3265246. OLE color: 3265246.
HSL color Cylindrical-coordinate representation of color #DED231: hue angle of 55.84º degrees, saturation: 0.72, 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 #DED231 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 49 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.13 |
| HSL | 55.84º | 0.72% | 0.53% | - |
| HSV(B) | 55.84º | 0.78% | 0.87% | - |
| XYZ | 53.73 | 61.84 | 12.01 | - |
| YUV | 195.23 | 45.48 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 49 | 0 | 0.05 | 0.78 | 0.13 | 55.84 | 0.72 | 0.53 |
| Hex | DE | D2 | 31 | 0 | 5 | 4E | D | 38 | 48 | 35 |
| Octal | 336 | 322 | 61 | 0 | 5 | 116 | 15 | 70 | 110 | 65 |
| Binary | 11011110 | 11010010 | 110001 | 0 | 101 | 1001110 | 1101 | 111000 | 1001000 | 110101 |
Color Harmonies of #DED231
Complementary color
Monochromatic Colors of #DED231
Black with #DED231
Text Example
Text Example
White with #DED231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED231; }
p { color: rgb(222,210,49); }
H1.HeaderClassName
{
color: #DED231;
}
.AnyTagClassName
{
color: #DED231;
}
</style>
background-color css
<style>
a { background-color: #DED231; }
a { background-color: rgb(222,210,49); }
div.DivClassName
{
background-color: #DED231;
}
.BgClassName
{
background-color: #DED231;
}
</style>
border-color css
<style>
span { border-color: #DED231; }
span { border-color: rgb(222,210,49); }
td.TdClassName
{
border-color: #DED231;
}
.TagClassName
{
border-color: #DED231;
}
</style>