Shades of Starship #DED436
Tints of Starship #DED436
RGB
CMYK
RGB Variations
Color information
#DED436 (or 0xDED436) is known color: Starship. HEX triplet: DE, D4 and 36. RGB value is (222,212,54). Sum of RGB (Red+Green+Blue) = 222+212+54=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 54 (21.48% from 255 or 11.07% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DED436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED436 is #212BC9. Grayscale: #C5C5C5. Windows color (decimal): -2173898 or 3593438. OLE color: 3593438.
HSL color Cylindrical-coordinate representation of color #DED436: hue angle of 56.43º 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 #DED436 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 54 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.13 |
| HSL | 56.43º | 0.72% | 0.54% | - |
| HSV(B) | 56.43º | 0.76% | 0.87% | - |
| XYZ | 54.33 | 62.88 | 12.76 | - |
| YUV | 196.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 54 | 0 | 0.05 | 0.76 | 0.13 | 56.43 | 0.72 | 0.54 |
| Hex | DE | D4 | 36 | 0 | 5 | 4C | D | 38 | 48 | 36 |
| Octal | 336 | 324 | 66 | 0 | 5 | 114 | 15 | 70 | 110 | 66 |
| Binary | 11011110 | 11010100 | 110110 | 0 | 101 | 1001100 | 1101 | 111000 | 1001000 | 110110 |
Color Harmonies of #DED436
Complementary color
Monochromatic Colors of #DED436
Black with #DED436
Text Example
Text Example
White with #DED436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED436; }
p { color: rgb(222,212,54); }
H1.HeaderClassName
{
color: #DED436;
}
.AnyTagClassName
{
color: #DED436;
}
</style>
background-color css
<style>
a { background-color: #DED436; }
a { background-color: rgb(222,212,54); }
div.DivClassName
{
background-color: #DED436;
}
.BgClassName
{
background-color: #DED436;
}
</style>
border-color css
<style>
span { border-color: #DED436; }
span { border-color: rgb(222,212,54); }
td.TdClassName
{
border-color: #DED436;
}
.TagClassName
{
border-color: #DED436;
}
</style>