Shades of Starship #DED72E
Tints of Starship #DED72E
RGB
CMYK
RGB Variations
Color information
#DED72E (or 0xDED72E) is known color: Starship. HEX triplet: DE, D7 and 2E. RGB value is (222,215,46). Sum of RGB (Red+Green+Blue) = 222+215+46=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DED72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED72E is #2128D1. Grayscale: #C6C6C6. Windows color (decimal): -2173138 or 3069918. OLE color: 3069918.
HSL color Cylindrical-coordinate representation of color #DED72E: hue angle of 57.61º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DED72E is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 46 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.13 |
| HSL | 57.61º | 0.73% | 0.53% | - |
| HSV(B) | 57.61º | 0.79% | 0.87% | - |
| XYZ | 54.92 | 64.33 | 12.11 | - |
| YUV | 197.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 46 | 0 | 0.03 | 0.79 | 0.13 | 57.61 | 0.73 | 0.53 |
| Hex | DE | D7 | 2E | 0 | 3 | 4F | D | 3A | 49 | 35 |
| Octal | 336 | 327 | 56 | 0 | 3 | 117 | 15 | 72 | 111 | 65 |
| Binary | 11011110 | 11010111 | 101110 | 0 | 11 | 1001111 | 1101 | 111010 | 1001001 | 110101 |
Color Harmonies of #DED72E
Complementary color
Monochromatic Colors of #DED72E
Black with #DED72E
Text Example
Text Example
White with #DED72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED72E; }
p { color: rgb(222,215,46); }
H1.HeaderClassName
{
color: #DED72E;
}
.AnyTagClassName
{
color: #DED72E;
}
</style>
background-color css
<style>
a { background-color: #DED72E; }
a { background-color: rgb(222,215,46); }
div.DivClassName
{
background-color: #DED72E;
}
.BgClassName
{
background-color: #DED72E;
}
</style>
border-color css
<style>
span { border-color: #DED72E; }
span { border-color: rgb(222,215,46); }
td.TdClassName
{
border-color: #DED72E;
}
.TagClassName
{
border-color: #DED72E;
}
</style>