Shades of Starship #DEDD44
Tints of Starship #DEDD44
RGB
CMYK
RGB Variations
Color information
#DEDD44 (or 0xDEDD44) is known color: Starship. HEX triplet: DE, DD and 44. RGB value is (222,221,68). Sum of RGB (Red+Green+Blue) = 222+221+68=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 68 (26.95% from 255 or 13.31% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD44 is #2122BB. Grayscale: #CCCCCC. Windows color (decimal): -2171580 or 4513246. OLE color: 4513246.
HSL color Cylindrical-coordinate representation of color #DEDD44: hue angle of 59.61º 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 #DEDD44 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 68 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.13 |
| HSL | 59.61º | 0.7% | 0.57% | - |
| HSV(B) | 59.61º | 0.69% | 0.87% | - |
| XYZ | 57.02 | 67.66 | 15.52 | - |
| YUV | 203.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 68 | 0 | 0.00 | 0.69 | 0.13 | 59.61 | 0.7 | 0.57 |
| Hex | DE | DD | 44 | 0 | 0 | 45 | D | 3C | 46 | 39 |
| Octal | 336 | 335 | 104 | 0 | 0 | 105 | 15 | 74 | 106 | 71 |
| Binary | 11011110 | 11011101 | 1000100 | 0 | 0 | 1000101 | 1101 | 111100 | 1000110 | 111001 |
Color Harmonies of #DEDD44
Complementary color
Monochromatic Colors of #DEDD44
Black with #DEDD44
Text Example
Text Example
White with #DEDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD44; }
p { color: rgb(222,221,68); }
H1.HeaderClassName
{
color: #DEDD44;
}
.AnyTagClassName
{
color: #DEDD44;
}
</style>
background-color css
<style>
a { background-color: #DEDD44; }
a { background-color: rgb(222,221,68); }
div.DivClassName
{
background-color: #DEDD44;
}
.BgClassName
{
background-color: #DEDD44;
}
</style>
border-color css
<style>
span { border-color: #DEDD44; }
span { border-color: rgb(222,221,68); }
td.TdClassName
{
border-color: #DEDD44;
}
.TagClassName
{
border-color: #DEDD44;
}
</style>