Shades of Starship #DEDC36
Tints of Starship #DEDC36
RGB
CMYK
RGB Variations
Color information
#DEDC36 (or 0xDEDC36) is known color: Starship. HEX triplet: DE, DC and 36. RGB value is (222,220,54). Sum of RGB (Red+Green+Blue) = 222+220+54=496 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.76% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 54 (21.48% from 255 or 10.89% from 496); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC36 is #2123C9. Grayscale: #CACACA. Windows color (decimal): -2171850 or 3595486. OLE color: 3595486.
HSL color Cylindrical-coordinate representation of color #DEDC36: hue angle of 59.29º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DEDC36 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 54 | - |
| CMYK | 0 | 0.01 | 0.76 | 0.13 |
| HSL | 59.29º | 0.72% | 0.54% | - |
| HSV(B) | 59.29º | 0.76% | 0.87% | - |
| XYZ | 56.38 | 66.98 | 13.45 | - |
| YUV | 201.67 | 44.66 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 54 | 0 | 0.01 | 0.76 | 0.13 | 59.29 | 0.72 | 0.54 |
| Hex | DE | DC | 36 | 0 | 1 | 4C | D | 3B | 48 | 36 |
| Octal | 336 | 334 | 66 | 0 | 1 | 114 | 15 | 73 | 110 | 66 |
| Binary | 11011110 | 11011100 | 110110 | 0 | 1 | 1001100 | 1101 | 111011 | 1001000 | 110110 |
Color Harmonies of #DEDC36
Complementary color
Monochromatic Colors of #DEDC36
Black with #DEDC36
Text Example
Text Example
White with #DEDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC36; }
p { color: rgb(222,220,54); }
H1.HeaderClassName
{
color: #DEDC36;
}
.AnyTagClassName
{
color: #DEDC36;
}
</style>
background-color css
<style>
a { background-color: #DEDC36; }
a { background-color: rgb(222,220,54); }
div.DivClassName
{
background-color: #DEDC36;
}
.BgClassName
{
background-color: #DEDC36;
}
</style>
border-color css
<style>
span { border-color: #DEDC36; }
span { border-color: rgb(222,220,54); }
td.TdClassName
{
border-color: #DEDC36;
}
.TagClassName
{
border-color: #DEDC36;
}
</style>