Shades of Starship #DED12D
Tints of Starship #DED12D
RGB
CMYK
RGB Variations
Color information
#DED12D (or 0xDED12D) is known color: Starship. HEX triplet: DE, D1 and 2D. RGB value is (222,209,45). Sum of RGB (Red+Green+Blue) = 222+209+45=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 45 (17.97% from 255 or 9.45% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DED12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED12D is #212ED2. Grayscale: #C2C2C2. Windows color (decimal): -2174675 or 3002846. OLE color: 3002846.
HSL color Cylindrical-coordinate representation of color #DED12D: hue angle of 55.59º 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 #DED12D is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 209 | 45 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.13 |
| HSL | 55.59º | 0.73% | 0.52% | - |
| HSV(B) | 55.59º | 0.8% | 0.87% | - |
| XYZ | 53.4 | 61.32 | 11.5 | - |
| YUV | 194.19 | 43.81 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 209 | 45 | 0 | 0.06 | 0.80 | 0.13 | 55.59 | 0.73 | 0.52 |
| Hex | DE | D1 | 2D | 0 | 6 | 50 | D | 38 | 49 | 34 |
| Octal | 336 | 321 | 55 | 0 | 6 | 120 | 15 | 70 | 111 | 64 |
| Binary | 11011110 | 11010001 | 101101 | 0 | 110 | 1010000 | 1101 | 111000 | 1001001 | 110100 |
Color Harmonies of #DED12D
Complementary color
Monochromatic Colors of #DED12D
Black with #DED12D
Text Example
Text Example
White with #DED12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED12D; }
p { color: rgb(222,209,45); }
H1.HeaderClassName
{
color: #DED12D;
}
.AnyTagClassName
{
color: #DED12D;
}
</style>
background-color css
<style>
a { background-color: #DED12D; }
a { background-color: rgb(222,209,45); }
div.DivClassName
{
background-color: #DED12D;
}
.BgClassName
{
background-color: #DED12D;
}
</style>
border-color css
<style>
span { border-color: #DED12D; }
span { border-color: rgb(222,209,45); }
td.TdClassName
{
border-color: #DED12D;
}
.TagClassName
{
border-color: #DED12D;
}
</style>