Shades of Starship #DED538
Tints of Starship #DED538
RGB
CMYK
RGB Variations
Color information
#DED538 (or 0xDED538) is known color: Starship. HEX triplet: DE, D5 and 38. RGB value is (222,213,56). Sum of RGB (Red+Green+Blue) = 222+213+56=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DED538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED538 is #212AC7. Grayscale: #C6C6C6. Windows color (decimal): -2173640 or 3724766. OLE color: 3724766.
HSL color Cylindrical-coordinate representation of color #DED538: hue angle of 56.75º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DED538 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 56 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.13 |
| HSL | 56.75º | 0.72% | 0.55% | - |
| HSV(B) | 56.75º | 0.75% | 0.87% | - |
| XYZ | 54.63 | 63.4 | 13.1 | - |
| YUV | 197.79 | 47.98 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 56 | 0 | 0.04 | 0.75 | 0.13 | 56.75 | 0.72 | 0.55 |
| Hex | DE | D5 | 38 | 0 | 4 | 4B | D | 39 | 48 | 37 |
| Octal | 336 | 325 | 70 | 0 | 4 | 113 | 15 | 71 | 110 | 67 |
| Binary | 11011110 | 11010101 | 111000 | 0 | 100 | 1001011 | 1101 | 111001 | 1001000 | 110111 |
Color Harmonies of #DED538
Complementary color
Monochromatic Colors of #DED538
Black with #DED538
Text Example
Text Example
White with #DED538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED538; }
p { color: rgb(222,213,56); }
H1.HeaderClassName
{
color: #DED538;
}
.AnyTagClassName
{
color: #DED538;
}
</style>
background-color css
<style>
a { background-color: #DED538; }
a { background-color: rgb(222,213,56); }
div.DivClassName
{
background-color: #DED538;
}
.BgClassName
{
background-color: #DED538;
}
</style>
border-color css
<style>
span { border-color: #DED538; }
span { border-color: rgb(222,213,56); }
td.TdClassName
{
border-color: #DED538;
}
.TagClassName
{
border-color: #DED538;
}
</style>