Shades of Starship #DEDC37
Tints of Starship #DEDC37
RGB
CMYK
RGB Variations
Color information
#DEDC37 (or 0xDEDC37) is known color: Starship. HEX triplet: DE, DC and 37. RGB value is (222,220,55). Sum of RGB (Red+Green+Blue) = 222+220+55=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC37 is #2123C8. Grayscale: #CACACA. Windows color (decimal): -2171849 or 3661022. OLE color: 3661022.
HSL color Cylindrical-coordinate representation of color #DEDC37: hue angle of 59.28º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEDC37 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 55 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.13 |
| HSL | 59.28º | 0.72% | 0.54% | - |
| HSV(B) | 59.28º | 0.75% | 0.87% | - |
| XYZ | 56.41 | 66.99 | 13.57 | - |
| YUV | 201.79 | 45.16 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 55 | 0 | 0.01 | 0.75 | 0.13 | 59.28 | 0.72 | 0.54 |
| Hex | DE | DC | 37 | 0 | 1 | 4B | D | 3B | 48 | 36 |
| Octal | 336 | 334 | 67 | 0 | 1 | 113 | 15 | 73 | 110 | 66 |
| Binary | 11011110 | 11011100 | 110111 | 0 | 1 | 1001011 | 1101 | 111011 | 1001000 | 110110 |
Color Harmonies of #DEDC37
Complementary color
Monochromatic Colors of #DEDC37
Black with #DEDC37
Text Example
Text Example
White with #DEDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC37; }
p { color: rgb(222,220,55); }
H1.HeaderClassName
{
color: #DEDC37;
}
.AnyTagClassName
{
color: #DEDC37;
}
</style>
background-color css
<style>
a { background-color: #DEDC37; }
a { background-color: rgb(222,220,55); }
div.DivClassName
{
background-color: #DEDC37;
}
.BgClassName
{
background-color: #DEDC37;
}
</style>
border-color css
<style>
span { border-color: #DEDC37; }
span { border-color: rgb(222,220,55); }
td.TdClassName
{
border-color: #DEDC37;
}
.TagClassName
{
border-color: #DEDC37;
}
</style>