Shades of Starship #DEDC45
Tints of Starship #DEDC45
RGB
CMYK
RGB Variations
Color information
#DEDC45 (or 0xDEDC45) is known color: Starship. HEX triplet: DE, DC and 45. RGB value is (222,220,69). Sum of RGB (Red+Green+Blue) = 222+220+69=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC45 is #2123BA. Grayscale: #CBCBCB. Windows color (decimal): -2171835 or 4578526. OLE color: 4578526.
HSL color Cylindrical-coordinate representation of color #DEDC45: hue angle of 59.22º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEDC45 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 69 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.13 |
| HSL | 59.22º | 0.7% | 0.57% | - |
| HSV(B) | 59.22º | 0.69% | 0.87% | - |
| XYZ | 56.79 | 67.15 | 15.6 | - |
| YUV | 203.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 69 | 0 | 0.01 | 0.69 | 0.13 | 59.22 | 0.7 | 0.57 |
| Hex | DE | DC | 45 | 0 | 1 | 45 | D | 3B | 46 | 39 |
| Octal | 336 | 334 | 105 | 0 | 1 | 105 | 15 | 73 | 106 | 71 |
| Binary | 11011110 | 11011100 | 1000101 | 0 | 1 | 1000101 | 1101 | 111011 | 1000110 | 111001 |
Color Harmonies of #DEDC45
Complementary color
Monochromatic Colors of #DEDC45
Black with #DEDC45
Text Example
Text Example
White with #DEDC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC45; }
p { color: rgb(222,220,69); }
H1.HeaderClassName
{
color: #DEDC45;
}
.AnyTagClassName
{
color: #DEDC45;
}
</style>
background-color css
<style>
a { background-color: #DEDC45; }
a { background-color: rgb(222,220,69); }
div.DivClassName
{
background-color: #DEDC45;
}
.BgClassName
{
background-color: #DEDC45;
}
</style>
border-color css
<style>
span { border-color: #DEDC45; }
span { border-color: rgb(222,220,69); }
td.TdClassName
{
border-color: #DEDC45;
}
.TagClassName
{
border-color: #DEDC45;
}
</style>