Shades of Starship #DED736
Tints of Starship #DED736
RGB
CMYK
RGB Variations
Color information
#DED736 (or 0xDED736) is known color: Starship. HEX triplet: DE, D7 and 36. RGB value is (222,215,54). Sum of RGB (Red+Green+Blue) = 222+215+54=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DED736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED736 is #2128C9. Grayscale: #C7C7C7. Windows color (decimal): -2173130 or 3594206. OLE color: 3594206.
HSL color Cylindrical-coordinate representation of color #DED736: hue angle of 57.5º 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 #DED736 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 54 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.13 |
| HSL | 57.5º | 0.72% | 0.54% | - |
| HSV(B) | 57.5º | 0.76% | 0.87% | - |
| XYZ | 55.09 | 64.4 | 13.02 | - |
| YUV | 198.74 | 46.32 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 54 | 0 | 0.03 | 0.76 | 0.13 | 57.5 | 0.72 | 0.54 |
| Hex | DE | D7 | 36 | 0 | 3 | 4C | D | 3A | 48 | 36 |
| Octal | 336 | 327 | 66 | 0 | 3 | 114 | 15 | 72 | 110 | 66 |
| Binary | 11011110 | 11010111 | 110110 | 0 | 11 | 1001100 | 1101 | 111010 | 1001000 | 110110 |
Color Harmonies of #DED736
Complementary color
Monochromatic Colors of #DED736
Black with #DED736
Text Example
Text Example
White with #DED736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED736; }
p { color: rgb(222,215,54); }
H1.HeaderClassName
{
color: #DED736;
}
.AnyTagClassName
{
color: #DED736;
}
</style>
background-color css
<style>
a { background-color: #DED736; }
a { background-color: rgb(222,215,54); }
div.DivClassName
{
background-color: #DED736;
}
.BgClassName
{
background-color: #DED736;
}
</style>
border-color css
<style>
span { border-color: #DED736; }
span { border-color: rgb(222,215,54); }
td.TdClassName
{
border-color: #DED736;
}
.TagClassName
{
border-color: #DED736;
}
</style>