Shades of Starship #DEDD45
Tints of Starship #DEDD45
RGB
CMYK
RGB Variations
Color information
#DEDD45 (or 0xDEDD45) is known color: Starship. HEX triplet: DE, DD and 45. RGB value is (222,221,69). Sum of RGB (Red+Green+Blue) = 222+221+69=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD45 is #2122BA. Grayscale: #CCCCCC. Windows color (decimal): -2171579 or 4578782. OLE color: 4578782.
HSL color Cylindrical-coordinate representation of color #DEDD45: 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 #DEDD45 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 69 | - |
| 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.05 | 67.67 | 15.69 | - |
| YUV | 203.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 69 | 0 | 0.00 | 0.69 | 0.13 | 59.61 | 0.7 | 0.57 |
| Hex | DE | DD | 45 | 0 | 0 | 45 | D | 3C | 46 | 39 |
| Octal | 336 | 335 | 105 | 0 | 0 | 105 | 15 | 74 | 106 | 71 |
| Binary | 11011110 | 11011101 | 1000101 | 0 | 0 | 1000101 | 1101 | 111100 | 1000110 | 111001 |
Color Harmonies of #DEDD45
Complementary color
Monochromatic Colors of #DEDD45
Black with #DEDD45
Text Example
Text Example
White with #DEDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD45; }
p { color: rgb(222,221,69); }
H1.HeaderClassName
{
color: #DEDD45;
}
.AnyTagClassName
{
color: #DEDD45;
}
</style>
background-color css
<style>
a { background-color: #DEDD45; }
a { background-color: rgb(222,221,69); }
div.DivClassName
{
background-color: #DEDD45;
}
.BgClassName
{
background-color: #DEDD45;
}
</style>
border-color css
<style>
span { border-color: #DEDD45; }
span { border-color: rgb(222,221,69); }
td.TdClassName
{
border-color: #DEDD45;
}
.TagClassName
{
border-color: #DEDD45;
}
</style>