Shades of Starship #DEDC31
Tints of Starship #DEDC31
RGB
CMYK
RGB Variations
Color information
#DEDC31 (or 0xDEDC31) is known color: Starship. HEX triplet: DE, DC and 31. RGB value is (222,220,49). Sum of RGB (Red+Green+Blue) = 222+220+49=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 49 (19.53% from 255 or 9.98% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC31 is #2123CE. Grayscale: #C9C9C9. Windows color (decimal): -2171855 or 3267806. OLE color: 3267806.
HSL color Cylindrical-coordinate representation of color #DEDC31: hue angle of 59.31º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEDC31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 49 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.13 |
| HSL | 59.31º | 0.72% | 0.53% | - |
| HSV(B) | 59.31º | 0.78% | 0.87% | - |
| XYZ | 56.27 | 66.94 | 12.86 | - |
| YUV | 201.1 | 42.16 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 49 | 0 | 0.01 | 0.78 | 0.13 | 59.31 | 0.72 | 0.53 |
| Hex | DE | DC | 31 | 0 | 1 | 4E | D | 3B | 48 | 35 |
| Octal | 336 | 334 | 61 | 0 | 1 | 116 | 15 | 73 | 110 | 65 |
| Binary | 11011110 | 11011100 | 110001 | 0 | 1 | 1001110 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DEDC31
Complementary color
Monochromatic Colors of #DEDC31
Black with #DEDC31
Text Example
Text Example
White with #DEDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC31; }
p { color: rgb(222,220,49); }
H1.HeaderClassName
{
color: #DEDC31;
}
.AnyTagClassName
{
color: #DEDC31;
}
</style>
background-color css
<style>
a { background-color: #DEDC31; }
a { background-color: rgb(222,220,49); }
div.DivClassName
{
background-color: #DEDC31;
}
.BgClassName
{
background-color: #DEDC31;
}
</style>
border-color css
<style>
span { border-color: #DEDC31; }
span { border-color: rgb(222,220,49); }
td.TdClassName
{
border-color: #DEDC31;
}
.TagClassName
{
border-color: #DEDC31;
}
</style>