Shades of Starship #DEDD31
Tints of Starship #DEDD31
RGB
CMYK
RGB Variations
Color information
#DEDD31 (or 0xDEDD31) is known color: Starship. HEX triplet: DE, DD and 31. RGB value is (222,221,49). Sum of RGB (Red+Green+Blue) = 222+221+49=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD31 is #2122CE. Grayscale: #CACACA. Windows color (decimal): -2171599 or 3268062. OLE color: 3268062.
HSL color Cylindrical-coordinate representation of color #DEDD31: hue angle of 59.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEDD31 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 49 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.13 |
| HSL | 59.65º | 0.72% | 0.53% | - |
| HSV(B) | 59.65º | 0.78% | 0.87% | - |
| XYZ | 56.54 | 67.46 | 12.95 | - |
| YUV | 201.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 49 | 0 | 0.00 | 0.78 | 0.13 | 59.65 | 0.72 | 0.53 |
| Hex | DE | DD | 31 | 0 | 0 | 4E | D | 3C | 48 | 35 |
| Octal | 336 | 335 | 61 | 0 | 0 | 116 | 15 | 74 | 110 | 65 |
| Binary | 11011110 | 11011101 | 110001 | 0 | 0 | 1001110 | 1101 | 111100 | 1001000 | 110101 |
Color Harmonies of #DEDD31
Complementary color
Monochromatic Colors of #DEDD31
Black with #DEDD31
Text Example
Text Example
White with #DEDD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD31; }
p { color: rgb(222,221,49); }
H1.HeaderClassName
{
color: #DEDD31;
}
.AnyTagClassName
{
color: #DEDD31;
}
</style>
background-color css
<style>
a { background-color: #DEDD31; }
a { background-color: rgb(222,221,49); }
div.DivClassName
{
background-color: #DEDD31;
}
.BgClassName
{
background-color: #DEDD31;
}
</style>
border-color css
<style>
span { border-color: #DEDD31; }
span { border-color: rgb(222,221,49); }
td.TdClassName
{
border-color: #DEDD31;
}
.TagClassName
{
border-color: #DEDD31;
}
</style>