Shades of Starship #DEDC39
Tints of Starship #DEDC39
RGB
CMYK
RGB Variations
Color information
#DEDC39 (or 0xDEDC39) is known color: Starship. HEX triplet: DE, DC and 39. RGB value is (222,220,57). Sum of RGB (Red+Green+Blue) = 222+220+57=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 57 (22.66% from 255 or 11.42% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC39 is #2123C6. Grayscale: #CACACA. Windows color (decimal): -2171847 or 3792094. OLE color: 3792094.
HSL color Cylindrical-coordinate representation of color #DEDC39: hue angle of 59.27º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEDC39 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 57 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.13 |
| HSL | 59.27º | 0.71% | 0.55% | - |
| HSV(B) | 59.27º | 0.74% | 0.87% | - |
| XYZ | 56.46 | 67.01 | 13.83 | - |
| YUV | 202.02 | 46.16 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 57 | 0 | 0.01 | 0.74 | 0.13 | 59.27 | 0.71 | 0.55 |
| Hex | DE | DC | 39 | 0 | 1 | 4A | D | 3B | 47 | 37 |
| Octal | 336 | 334 | 71 | 0 | 1 | 112 | 15 | 73 | 107 | 67 |
| Binary | 11011110 | 11011100 | 111001 | 0 | 1 | 1001010 | 1101 | 111011 | 1000111 | 110111 |
Color Harmonies of #DEDC39
Complementary color
Monochromatic Colors of #DEDC39
Black with #DEDC39
Text Example
Text Example
White with #DEDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC39; }
p { color: rgb(222,220,57); }
H1.HeaderClassName
{
color: #DEDC39;
}
.AnyTagClassName
{
color: #DEDC39;
}
</style>
background-color css
<style>
a { background-color: #DEDC39; }
a { background-color: rgb(222,220,57); }
div.DivClassName
{
background-color: #DEDC39;
}
.BgClassName
{
background-color: #DEDC39;
}
</style>
border-color css
<style>
span { border-color: #DEDC39; }
span { border-color: rgb(222,220,57); }
td.TdClassName
{
border-color: #DEDC39;
}
.TagClassName
{
border-color: #DEDC39;
}
</style>