Shades of Starship #DEDE41
Tints of Starship #DEDE41
RGB
CMYK
RGB Variations
Color information
#DEDE41 (or 0xDEDE41) is known color: Starship. HEX triplet: DE, DE and 41. RGB value is (222,222,65). Sum of RGB (Red+Green+Blue) = 222+222+65=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE41 is #2121BE. Grayscale: #CCCCCC. Windows color (decimal): -2171327 or 4316894. OLE color: 4316894.
HSL color Cylindrical-coordinate representation of color #DEDE41: hue angle of 60º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DEDE41 is Cyan = 0, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 65 | - |
| CMYK | 0 | 0 | 0.71 | 0.13 |
| HSL | 60º | 0.7% | 0.56% | - |
| HSV(B) | 60º | 0.71% | 0.87% | - |
| XYZ | 57.2 | 68.15 | 15.14 | - |
| YUV | 204.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 65 | 0 | 0 | 0.71 | 0.13 | 60 | 0.7 | 0.56 |
| Hex | DE | DE | 41 | 0 | 0 | 47 | D | 3C | 46 | 38 |
| Octal | 336 | 336 | 101 | 0 | 0 | 107 | 15 | 74 | 106 | 70 |
| Binary | 11011110 | 11011110 | 1000001 | 0 | 0 | 1000111 | 1101 | 111100 | 1000110 | 111000 |
Color Harmonies of #DEDE41
Complementary color
Monochromatic Colors of #DEDE41
Black with #DEDE41
Text Example
Text Example
White with #DEDE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE41; }
p { color: rgb(222,222,65); }
H1.HeaderClassName
{
color: #DEDE41;
}
.AnyTagClassName
{
color: #DEDE41;
}
</style>
background-color css
<style>
a { background-color: #DEDE41; }
a { background-color: rgb(222,222,65); }
div.DivClassName
{
background-color: #DEDE41;
}
.BgClassName
{
background-color: #DEDE41;
}
</style>
border-color css
<style>
span { border-color: #DEDE41; }
span { border-color: rgb(222,222,65); }
td.TdClassName
{
border-color: #DEDE41;
}
.TagClassName
{
border-color: #DEDE41;
}
</style>