Shades of Starship #DED337
Tints of Starship #DED337
RGB
CMYK
RGB Variations
Color information
#DED337 (or 0xDED337) is known color: Starship. HEX triplet: DE, D3 and 37. RGB value is (222,211,55). Sum of RGB (Red+Green+Blue) = 222+211+55=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DED337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED337 is #212CC8. Grayscale: #C5C5C5. Windows color (decimal): -2174153 or 3658718. OLE color: 3658718.
HSL color Cylindrical-coordinate representation of color #DED337: hue angle of 56.05º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DED337 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 55 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.13 |
| HSL | 56.05º | 0.72% | 0.54% | - |
| HSV(B) | 56.05º | 0.75% | 0.87% | - |
| XYZ | 54.11 | 62.39 | 12.81 | - |
| YUV | 196.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 55 | 0 | 0.05 | 0.75 | 0.13 | 56.05 | 0.72 | 0.54 |
| Hex | DE | D3 | 37 | 0 | 5 | 4B | D | 38 | 48 | 36 |
| Octal | 336 | 323 | 67 | 0 | 5 | 113 | 15 | 70 | 110 | 66 |
| Binary | 11011110 | 11010011 | 110111 | 0 | 101 | 1001011 | 1101 | 111000 | 1001000 | 110110 |
Color Harmonies of #DED337
Complementary color
Monochromatic Colors of #DED337
Black with #DED337
Text Example
Text Example
White with #DED337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED337; }
p { color: rgb(222,211,55); }
H1.HeaderClassName
{
color: #DED337;
}
.AnyTagClassName
{
color: #DED337;
}
</style>
background-color css
<style>
a { background-color: #DED337; }
a { background-color: rgb(222,211,55); }
div.DivClassName
{
background-color: #DED337;
}
.BgClassName
{
background-color: #DED337;
}
</style>
border-color css
<style>
span { border-color: #DED337; }
span { border-color: rgb(222,211,55); }
td.TdClassName
{
border-color: #DED337;
}
.TagClassName
{
border-color: #DED337;
}
</style>