Shades of Starship #DED438
Tints of Starship #DED438
RGB
CMYK
RGB Variations
Color information
#DED438 (or 0xDED438) is known color: Starship. HEX triplet: DE, D4 and 38. RGB value is (222,212,56). Sum of RGB (Red+Green+Blue) = 222+212+56=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 56 (22.27% from 255 or 11.43% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DED438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED438 is #212BC7. Grayscale: #C5C5C5. Windows color (decimal): -2173896 or 3724510. OLE color: 3724510.
HSL color Cylindrical-coordinate representation of color #DED438: hue angle of 56.39º 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 #DED438 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 212 | 56 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.13 |
| HSL | 56.39º | 0.72% | 0.55% | - |
| HSV(B) | 56.39º | 0.75% | 0.87% | - |
| XYZ | 54.38 | 62.9 | 13.02 | - |
| YUV | 197.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 212 | 56 | 0 | 0.05 | 0.75 | 0.13 | 56.39 | 0.72 | 0.55 |
| Hex | DE | D4 | 38 | 0 | 5 | 4B | D | 38 | 48 | 37 |
| Octal | 336 | 324 | 70 | 0 | 5 | 113 | 15 | 70 | 110 | 67 |
| Binary | 11011110 | 11010100 | 111000 | 0 | 101 | 1001011 | 1101 | 111000 | 1001000 | 110111 |
Color Harmonies of #DED438
Complementary color
Monochromatic Colors of #DED438
Black with #DED438
Text Example
Text Example
White with #DED438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED438; }
p { color: rgb(222,212,56); }
H1.HeaderClassName
{
color: #DED438;
}
.AnyTagClassName
{
color: #DED438;
}
</style>
background-color css
<style>
a { background-color: #DED438; }
a { background-color: rgb(222,212,56); }
div.DivClassName
{
background-color: #DED438;
}
.BgClassName
{
background-color: #DED438;
}
</style>
border-color css
<style>
span { border-color: #DED438; }
span { border-color: rgb(222,212,56); }
td.TdClassName
{
border-color: #DED438;
}
.TagClassName
{
border-color: #DED438;
}
</style>