Shades of Starship #DED32D
Tints of Starship #DED32D
RGB
CMYK
RGB Variations
Color information
#DED32D (or 0xDED32D) is known color: Starship. HEX triplet: DE, D3 and 2D. RGB value is (222,211,45). Sum of RGB (Red+Green+Blue) = 222+211+45=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DED32D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED32D is #212CD2. Grayscale: #C4C4C4. Windows color (decimal): -2174163 or 3003358. OLE color: 3003358.
HSL color Cylindrical-coordinate representation of color #DED32D: hue angle of 56.27º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DED32D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 211 | 45 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.13 |
| HSL | 56.27º | 0.73% | 0.52% | - |
| HSV(B) | 56.27º | 0.8% | 0.87% | - |
| XYZ | 53.89 | 62.31 | 11.67 | - |
| YUV | 195.37 | 43.14 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 211 | 45 | 0 | 0.05 | 0.80 | 0.13 | 56.27 | 0.73 | 0.52 |
| Hex | DE | D3 | 2D | 0 | 5 | 50 | D | 38 | 49 | 34 |
| Octal | 336 | 323 | 55 | 0 | 5 | 120 | 15 | 70 | 111 | 64 |
| Binary | 11011110 | 11010011 | 101101 | 0 | 101 | 1010000 | 1101 | 111000 | 1001001 | 110100 |
Color Harmonies of #DED32D
Complementary color
Monochromatic Colors of #DED32D
Black with #DED32D
Text Example
Text Example
White with #DED32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED32D; }
p { color: rgb(222,211,45); }
H1.HeaderClassName
{
color: #DED32D;
}
.AnyTagClassName
{
color: #DED32D;
}
</style>
background-color css
<style>
a { background-color: #DED32D; }
a { background-color: rgb(222,211,45); }
div.DivClassName
{
background-color: #DED32D;
}
.BgClassName
{
background-color: #DED32D;
}
</style>
border-color css
<style>
span { border-color: #DED32D; }
span { border-color: rgb(222,211,45); }
td.TdClassName
{
border-color: #DED32D;
}
.TagClassName
{
border-color: #DED32D;
}
</style>