Shades of Starship #DDD92F
Tints of Starship #DDD92F
RGB
CMYK
RGB Variations
Color information
#DDD92F (or 0xDDD92F) is known color: Starship. HEX triplet: DD, D9 and 2F. RGB value is (221,217,47). Sum of RGB (Red+Green+Blue) = 221+217+47=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD92F is #2226D0. Grayscale: #C7C7C7. Windows color (decimal): -2238161 or 3135965. OLE color: 3135965.
HSL color Cylindrical-coordinate representation of color #DDD92F: hue angle of 58.62º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDD92F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 47 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.13 |
| HSL | 58.62º | 0.72% | 0.53% | - |
| HSV(B) | 58.62º | 0.79% | 0.87% | - |
| XYZ | 55.14 | 65.2 | 12.37 | - |
| YUV | 198.82 | 42.33 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 47 | 0 | 0.02 | 0.79 | 0.13 | 58.62 | 0.72 | 0.53 |
| Hex | DD | D9 | 2F | 0 | 2 | 4F | D | 3B | 48 | 35 |
| Octal | 335 | 331 | 57 | 0 | 2 | 117 | 15 | 73 | 110 | 65 |
| Binary | 11011101 | 11011001 | 101111 | 0 | 10 | 1001111 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DDD92F
Complementary color
Monochromatic Colors of #DDD92F
Black with #DDD92F
Text Example
Text Example
White with #DDD92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD92F; }
p { color: rgb(221,217,47); }
H1.HeaderClassName
{
color: #DDD92F;
}
.AnyTagClassName
{
color: #DDD92F;
}
</style>
background-color css
<style>
a { background-color: #DDD92F; }
a { background-color: rgb(221,217,47); }
div.DivClassName
{
background-color: #DDD92F;
}
.BgClassName
{
background-color: #DDD92F;
}
</style>
border-color css
<style>
span { border-color: #DDD92F; }
span { border-color: rgb(221,217,47); }
td.TdClassName
{
border-color: #DDD92F;
}
.TagClassName
{
border-color: #DDD92F;
}
</style>