Shades of Starship #DEDD40
Tints of Starship #DEDD40
RGB
CMYK
RGB Variations
Color information
#DEDD40 (or 0xDEDD40) is known color: Starship. HEX triplet: DE, DD and 40. RGB value is (222,221,64). Sum of RGB (Red+Green+Blue) = 222+221+64=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD40 is #2122BF. Grayscale: #CCCCCC. Windows color (decimal): -2171584 or 4251102. OLE color: 4251102.
HSL color Cylindrical-coordinate representation of color #DEDD40: hue angle of 59.62º degrees, saturation: 0.71, 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 #DEDD40 is Cyan = 0, Magento = 0.00, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 64 | - |
| CMYK | 0 | 0.00 | 0.71 | 0.13 |
| HSL | 59.62º | 0.71% | 0.56% | - |
| HSV(B) | 59.62º | 0.71% | 0.87% | - |
| XYZ | 56.91 | 67.61 | 14.9 | - |
| YUV | 203.4 | 49.33 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 64 | 0 | 0.00 | 0.71 | 0.13 | 59.62 | 0.71 | 0.56 |
| Hex | DE | DD | 40 | 0 | 0 | 47 | D | 3C | 47 | 38 |
| Octal | 336 | 335 | 100 | 0 | 0 | 107 | 15 | 74 | 107 | 70 |
| Binary | 11011110 | 11011101 | 1000000 | 0 | 0 | 1000111 | 1101 | 111100 | 1000111 | 111000 |
Color Harmonies of #DEDD40
Complementary color
Monochromatic Colors of #DEDD40
Black with #DEDD40
Text Example
Text Example
White with #DEDD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD40; }
p { color: rgb(222,221,64); }
H1.HeaderClassName
{
color: #DEDD40;
}
.AnyTagClassName
{
color: #DEDD40;
}
</style>
background-color css
<style>
a { background-color: #DEDD40; }
a { background-color: rgb(222,221,64); }
div.DivClassName
{
background-color: #DEDD40;
}
.BgClassName
{
background-color: #DEDD40;
}
</style>
border-color css
<style>
span { border-color: #DEDD40; }
span { border-color: rgb(222,221,64); }
td.TdClassName
{
border-color: #DEDD40;
}
.TagClassName
{
border-color: #DEDD40;
}
</style>