Shades of Starship #DDD92E
Tints of Starship #DDD92E
RGB
CMYK
RGB Variations
Color information
#DDD92E (or 0xDDD92E) is known color: Starship. HEX triplet: DD, D9 and 2E. RGB value is (221,217,46). Sum of RGB (Red+Green+Blue) = 221+217+46=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 46 (18.36% from 255 or 9.50% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD92E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD92E is #2226D1. Grayscale: #C7C7C7. Windows color (decimal): -2238162 or 3070429. OLE color: 3070429.
HSL color Cylindrical-coordinate representation of color #DDD92E: hue angle of 58.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDD92E is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 46 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.13 |
| HSL | 58.63º | 0.72% | 0.52% | - |
| HSV(B) | 58.63º | 0.79% | 0.87% | - |
| XYZ | 55.12 | 65.2 | 12.26 | - |
| YUV | 198.7 | 41.83 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 46 | 0 | 0.02 | 0.79 | 0.13 | 58.63 | 0.72 | 0.52 |
| Hex | DD | D9 | 2E | 0 | 2 | 4F | D | 3B | 48 | 34 |
| Octal | 335 | 331 | 56 | 0 | 2 | 117 | 15 | 73 | 110 | 64 |
| Binary | 11011101 | 11011001 | 101110 | 0 | 10 | 1001111 | 1101 | 111011 | 1001000 | 110100 |
Color Harmonies of #DDD92E
Complementary color
Monochromatic Colors of #DDD92E
Black with #DDD92E
Text Example
Text Example
White with #DDD92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD92E; }
p { color: rgb(221,217,46); }
H1.HeaderClassName
{
color: #DDD92E;
}
.AnyTagClassName
{
color: #DDD92E;
}
</style>
background-color css
<style>
a { background-color: #DDD92E; }
a { background-color: rgb(221,217,46); }
div.DivClassName
{
background-color: #DDD92E;
}
.BgClassName
{
background-color: #DDD92E;
}
</style>
border-color css
<style>
span { border-color: #DDD92E; }
span { border-color: rgb(221,217,46); }
td.TdClassName
{
border-color: #DDD92E;
}
.TagClassName
{
border-color: #DDD92E;
}
</style>