Shades of Starship #DED740
Tints of Starship #DED740
RGB
CMYK
RGB Variations
Color information
#DED740 (or 0xDED740) is known color: Starship. HEX triplet: DE, D7 and 40. RGB value is (222,215,64). Sum of RGB (Red+Green+Blue) = 222+215+64=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DED740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED740 is #2128BF. Grayscale: #C8C8C8. Windows color (decimal): -2173120 or 4249566. OLE color: 4249566.
HSL color Cylindrical-coordinate representation of color #DED740: hue angle of 57.34º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DED740 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 64 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.13 |
| HSL | 57.34º | 0.71% | 0.56% | - |
| HSV(B) | 57.34º | 0.71% | 0.87% | - |
| XYZ | 55.35 | 64.5 | 14.38 | - |
| YUV | 199.88 | 51.32 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 64 | 0 | 0.03 | 0.71 | 0.13 | 57.34 | 0.71 | 0.56 |
| Hex | DE | D7 | 40 | 0 | 3 | 47 | D | 39 | 47 | 38 |
| Octal | 336 | 327 | 100 | 0 | 3 | 107 | 15 | 71 | 107 | 70 |
| Binary | 11011110 | 11010111 | 1000000 | 0 | 11 | 1000111 | 1101 | 111001 | 1000111 | 111000 |
Color Harmonies of #DED740
Complementary color
Monochromatic Colors of #DED740
Black with #DED740
Text Example
Text Example
White with #DED740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED740; }
p { color: rgb(222,215,64); }
H1.HeaderClassName
{
color: #DED740;
}
.AnyTagClassName
{
color: #DED740;
}
</style>
background-color css
<style>
a { background-color: #DED740; }
a { background-color: rgb(222,215,64); }
div.DivClassName
{
background-color: #DED740;
}
.BgClassName
{
background-color: #DED740;
}
</style>
border-color css
<style>
span { border-color: #DED740; }
span { border-color: rgb(222,215,64); }
td.TdClassName
{
border-color: #DED740;
}
.TagClassName
{
border-color: #DED740;
}
</style>