Shades of Starship #DEDA2E
Tints of Starship #DEDA2E
RGB
CMYK
RGB Variations
Color information
#DEDA2E (or 0xDEDA2E) is known color: Starship. HEX triplet: DE, DA and 2E. RGB value is (222,218,46). Sum of RGB (Red+Green+Blue) = 222+218+46=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 46 (18.36% from 255 or 9.47% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDA2E is #2125D1. Grayscale: #C8C8C8. Windows color (decimal): -2172370 or 3070686. OLE color: 3070686.
HSL color Cylindrical-coordinate representation of color #DEDA2E: hue angle of 58.64º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEDA2E is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 46 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.13 |
| HSL | 58.64º | 0.73% | 0.53% | - |
| HSV(B) | 58.64º | 0.79% | 0.87% | - |
| XYZ | 55.69 | 65.87 | 12.36 | - |
| YUV | 199.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 46 | 0 | 0.02 | 0.79 | 0.13 | 58.64 | 0.73 | 0.53 |
| Hex | DE | DA | 2E | 0 | 2 | 4F | D | 3B | 49 | 35 |
| Octal | 336 | 332 | 56 | 0 | 2 | 117 | 15 | 73 | 111 | 65 |
| Binary | 11011110 | 11011010 | 101110 | 0 | 10 | 1001111 | 1101 | 111011 | 1001001 | 110101 |
Color Harmonies of #DEDA2E
Complementary color
Monochromatic Colors of #DEDA2E
Black with #DEDA2E
Text Example
Text Example
White with #DEDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA2E; }
p { color: rgb(222,218,46); }
H1.HeaderClassName
{
color: #DEDA2E;
}
.AnyTagClassName
{
color: #DEDA2E;
}
</style>
background-color css
<style>
a { background-color: #DEDA2E; }
a { background-color: rgb(222,218,46); }
div.DivClassName
{
background-color: #DEDA2E;
}
.BgClassName
{
background-color: #DEDA2E;
}
</style>
border-color css
<style>
span { border-color: #DEDA2E; }
span { border-color: rgb(222,218,46); }
td.TdClassName
{
border-color: #DEDA2E;
}
.TagClassName
{
border-color: #DEDA2E;
}
</style>