Shades of Starship #DEDD2D
Tints of Starship #DEDD2D
RGB
CMYK
RGB Variations
Color information
#DEDD2D (or 0xDEDD2D) is known color: Starship. HEX triplet: DE, DD and 2D. RGB value is (222,221,45). Sum of RGB (Red+Green+Blue) = 222+221+45=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEDD2D is #2122D2. Grayscale: #C9C9C9. Windows color (decimal): -2171603 or 3005918. OLE color: 3005918.
HSL color Cylindrical-coordinate representation of color #DEDD2D: hue angle of 59.66º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEDD2D is Cyan = 0, Magento = 0.00, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 45 | - |
| CMYK | 0 | 0.00 | 0.80 | 0.13 |
| HSL | 59.66º | 0.73% | 0.52% | - |
| HSV(B) | 59.66º | 0.8% | 0.87% | - |
| XYZ | 56.45 | 67.43 | 12.52 | - |
| YUV | 201.24 | 39.83 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 45 | 0 | 0.00 | 0.80 | 0.13 | 59.66 | 0.73 | 0.52 |
| Hex | DE | DD | 2D | 0 | 0 | 50 | D | 3C | 49 | 34 |
| Octal | 336 | 335 | 55 | 0 | 0 | 120 | 15 | 74 | 111 | 64 |
| Binary | 11011110 | 11011101 | 101101 | 0 | 0 | 1010000 | 1101 | 111100 | 1001001 | 110100 |
Color Harmonies of #DEDD2D
Complementary color
Monochromatic Colors of #DEDD2D
Black with #DEDD2D
Text Example
Text Example
White with #DEDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDD2D; }
p { color: rgb(222,221,45); }
H1.HeaderClassName
{
color: #DEDD2D;
}
.AnyTagClassName
{
color: #DEDD2D;
}
</style>
background-color css
<style>
a { background-color: #DEDD2D; }
a { background-color: rgb(222,221,45); }
div.DivClassName
{
background-color: #DEDD2D;
}
.BgClassName
{
background-color: #DEDD2D;
}
</style>
border-color css
<style>
span { border-color: #DEDD2D; }
span { border-color: rgb(222,221,45); }
td.TdClassName
{
border-color: #DEDD2D;
}
.TagClassName
{
border-color: #DEDD2D;
}
</style>