Shades of Starship #DED236
Tints of Starship #DED236
RGB
CMYK
RGB Variations
Color information
#DED236 (or 0xDED236) is known color: Starship. HEX triplet: DE, D2 and 36. RGB value is (222,210,54). Sum of RGB (Red+Green+Blue) = 222+210+54=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 54 (21.48% from 255 or 11.11% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DED236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED236 is #212DC9. Grayscale: #C4C4C4. Windows color (decimal): -2174410 or 3592926. OLE color: 3592926.
HSL color Cylindrical-coordinate representation of color #DED236: hue angle of 55.71º 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 #DED236 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 210 | 54 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.13 |
| HSL | 55.71º | 0.72% | 0.54% | - |
| HSV(B) | 55.71º | 0.76% | 0.87% | - |
| XYZ | 53.84 | 61.89 | 12.6 | - |
| YUV | 195.8 | 47.98 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 54 | 0 | 0.05 | 0.76 | 0.13 | 55.71 | 0.72 | 0.54 |
| Hex | DE | D2 | 36 | 0 | 5 | 4C | D | 38 | 48 | 36 |
| Octal | 336 | 322 | 66 | 0 | 5 | 114 | 15 | 70 | 110 | 66 |
| Binary | 11011110 | 11010010 | 110110 | 0 | 101 | 1001100 | 1101 | 111000 | 1001000 | 110110 |
Color Harmonies of #DED236
Complementary color
Monochromatic Colors of #DED236
Black with #DED236
Text Example
Text Example
White with #DED236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED236; }
p { color: rgb(222,210,54); }
H1.HeaderClassName
{
color: #DED236;
}
.AnyTagClassName
{
color: #DED236;
}
</style>
background-color css
<style>
a { background-color: #DED236; }
a { background-color: rgb(222,210,54); }
div.DivClassName
{
background-color: #DED236;
}
.BgClassName
{
background-color: #DED236;
}
</style>
border-color css
<style>
span { border-color: #DED236; }
span { border-color: rgb(222,210,54); }
td.TdClassName
{
border-color: #DED236;
}
.TagClassName
{
border-color: #DED236;
}
</style>