Shades of Starship #DED72D
Tints of Starship #DED72D
RGB
CMYK
RGB Variations
Color information
#DED72D (or 0xDED72D) is known color: Starship. HEX triplet: DE, D7 and 2D. RGB value is (222,215,45). Sum of RGB (Red+Green+Blue) = 222+215+45=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DED72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED72D is #2128D2. Grayscale: #C6C6C6. Windows color (decimal): -2173139 or 3004382. OLE color: 3004382.
HSL color Cylindrical-coordinate representation of color #DED72D: hue angle of 57.63º 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 #DED72D is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 45 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.13 |
| HSL | 57.63º | 0.73% | 0.52% | - |
| HSV(B) | 57.63º | 0.8% | 0.87% | - |
| XYZ | 54.9 | 64.32 | 12 | - |
| YUV | 197.71 | 41.82 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 45 | 0 | 0.03 | 0.80 | 0.13 | 57.63 | 0.73 | 0.52 |
| Hex | DE | D7 | 2D | 0 | 3 | 50 | D | 3A | 49 | 34 |
| Octal | 336 | 327 | 55 | 0 | 3 | 120 | 15 | 72 | 111 | 64 |
| Binary | 11011110 | 11010111 | 101101 | 0 | 11 | 1010000 | 1101 | 111010 | 1001001 | 110100 |
Color Harmonies of #DED72D
Complementary color
Monochromatic Colors of #DED72D
Black with #DED72D
Text Example
Text Example
White with #DED72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED72D; }
p { color: rgb(222,215,45); }
H1.HeaderClassName
{
color: #DED72D;
}
.AnyTagClassName
{
color: #DED72D;
}
</style>
background-color css
<style>
a { background-color: #DED72D; }
a { background-color: rgb(222,215,45); }
div.DivClassName
{
background-color: #DED72D;
}
.BgClassName
{
background-color: #DED72D;
}
</style>
border-color css
<style>
span { border-color: #DED72D; }
span { border-color: rgb(222,215,45); }
td.TdClassName
{
border-color: #DED72D;
}
.TagClassName
{
border-color: #DED72D;
}
</style>