Shades of Starship #DEDE44
Tints of Starship #DEDE44
RGB
CMYK
RGB Variations
Color information
#DEDE44 (or 0xDEDE44) is known color: Starship. HEX triplet: DE, DE and 44. RGB value is (222,222,68). Sum of RGB (Red+Green+Blue) = 222+222+68=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDE44 is #2121BB. Grayscale: #CDCDCD. Windows color (decimal): -2171324 or 4513502. OLE color: 4513502.
HSL color Cylindrical-coordinate representation of color #DEDE44: hue angle of 60º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DEDE44 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 68 | - |
| CMYK | 0 | 0 | 0.69 | 0.13 |
| HSL | 60º | 0.7% | 0.57% | - |
| HSV(B) | 60º | 0.69% | 0.87% | - |
| XYZ | 57.29 | 68.19 | 15.61 | - |
| YUV | 204.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 68 | 0 | 0 | 0.69 | 0.13 | 60 | 0.7 | 0.57 |
| Hex | DE | DE | 44 | 0 | 0 | 45 | D | 3C | 46 | 39 |
| Octal | 336 | 336 | 104 | 0 | 0 | 105 | 15 | 74 | 106 | 71 |
| Binary | 11011110 | 11011110 | 1000100 | 0 | 0 | 1000101 | 1101 | 111100 | 1000110 | 111001 |
Color Harmonies of #DEDE44
Complementary color
Monochromatic Colors of #DEDE44
Black with #DEDE44
Text Example
Text Example
White with #DEDE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE44; }
p { color: rgb(222,222,68); }
H1.HeaderClassName
{
color: #DEDE44;
}
.AnyTagClassName
{
color: #DEDE44;
}
</style>
background-color css
<style>
a { background-color: #DEDE44; }
a { background-color: rgb(222,222,68); }
div.DivClassName
{
background-color: #DEDE44;
}
.BgClassName
{
background-color: #DEDE44;
}
</style>
border-color css
<style>
span { border-color: #DEDE44; }
span { border-color: rgb(222,222,68); }
td.TdClassName
{
border-color: #DEDE44;
}
.TagClassName
{
border-color: #DEDE44;
}
</style>