Shades of Starship #DEDD46
Tints of Starship #DEDD46
RGB
CMYK
RGB Variations
Color information
#DEDD46 (or 0xDEDD46) is known color: Starship. HEX triplet: DE, DD and 46. RGB value is (222,221,70). Sum of RGB (Red+Green+Blue) = 222+221+70=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 70 (27.73% from 255 or 13.65% from 513); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD46 is #2122B9. Grayscale: #CCCCCC. Windows color (decimal): -2171578 or 4644318. OLE color: 4644318.
HSL color Cylindrical-coordinate representation of color #DEDD46: 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.68%. Process color model (Four color, CMYK) of #DEDD46 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 70 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.13 |
| HSL | 59.61º | 0.7% | 0.57% | - |
| HSV(B) | 59.61º | 0.68% | 0.87% | - |
| XYZ | 57.09 | 67.68 | 15.85 | - |
| YUV | 204.09 | 52.33 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 70 | 0 | 0.00 | 0.68 | 0.13 | 59.61 | 0.7 | 0.57 |
| Hex | DE | DD | 46 | 0 | 0 | 44 | D | 3C | 46 | 39 |
| Octal | 336 | 335 | 106 | 0 | 0 | 104 | 15 | 74 | 106 | 71 |
| Binary | 11011110 | 11011101 | 1000110 | 0 | 0 | 1000100 | 1101 | 111100 | 1000110 | 111001 |
Color Harmonies of #DEDD46
Complementary color
Monochromatic Colors of #DEDD46
Black with #DEDD46
Text Example
Text Example
White with #DEDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD46; }
p { color: rgb(222,221,70); }
H1.HeaderClassName
{
color: #DEDD46;
}
.AnyTagClassName
{
color: #DEDD46;
}
</style>
background-color css
<style>
a { background-color: #DEDD46; }
a { background-color: rgb(222,221,70); }
div.DivClassName
{
background-color: #DEDD46;
}
.BgClassName
{
background-color: #DEDD46;
}
</style>
border-color css
<style>
span { border-color: #DEDD46; }
span { border-color: rgb(222,221,70); }
td.TdClassName
{
border-color: #DEDD46;
}
.TagClassName
{
border-color: #DEDD46;
}
</style>