Shades of Starship #DEDC3E
Tints of Starship #DEDC3E
RGB
CMYK
RGB Variations
Color information
#DEDC3E (or 0xDEDC3E) is known color: Starship. HEX triplet: DE, DC and 3E. RGB value is (222,220,62). Sum of RGB (Red+Green+Blue) = 222+220+62=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDC3E is #2123C1. Grayscale: #CBCBCB. Windows color (decimal): -2171842 or 4119774. OLE color: 4119774.
HSL color Cylindrical-coordinate representation of color #DEDC3E: hue angle of 59.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DEDC3E is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 62 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.13 |
| HSL | 59.25º | 0.71% | 0.56% | - |
| HSV(B) | 59.25º | 0.72% | 0.87% | - |
| XYZ | 56.59 | 67.06 | 14.52 | - |
| YUV | 202.59 | 48.66 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 62 | 0 | 0.01 | 0.72 | 0.13 | 59.25 | 0.71 | 0.56 |
| Hex | DE | DC | 3E | 0 | 1 | 48 | D | 3B | 47 | 38 |
| Octal | 336 | 334 | 76 | 0 | 1 | 110 | 15 | 73 | 107 | 70 |
| Binary | 11011110 | 11011100 | 111110 | 0 | 1 | 1001000 | 1101 | 111011 | 1000111 | 111000 |
Color Harmonies of #DEDC3E
Complementary color
Monochromatic Colors of #DEDC3E
Black with #DEDC3E
Text Example
Text Example
White with #DEDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDC3E; }
p { color: rgb(222,220,62); }
H1.HeaderClassName
{
color: #DEDC3E;
}
.AnyTagClassName
{
color: #DEDC3E;
}
</style>
background-color css
<style>
a { background-color: #DEDC3E; }
a { background-color: rgb(222,220,62); }
div.DivClassName
{
background-color: #DEDC3E;
}
.BgClassName
{
background-color: #DEDC3E;
}
</style>
border-color css
<style>
span { border-color: #DEDC3E; }
span { border-color: rgb(222,220,62); }
td.TdClassName
{
border-color: #DEDC3E;
}
.TagClassName
{
border-color: #DEDC3E;
}
</style>