Shades of Starship #DDD82F
Tints of Starship #DDD82F
RGB
CMYK
RGB Variations
Color information
#DDD82F (or 0xDDD82F) is known color: Starship. HEX triplet: DD, D8 and 2F. RGB value is (221,216,47). Sum of RGB (Red+Green+Blue) = 221+216+47=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD82F is #2227D0. Grayscale: #C6C6C6. Windows color (decimal): -2238417 or 3135709. OLE color: 3135709.
HSL color Cylindrical-coordinate representation of color #DDD82F: hue angle of 58.28º 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 #DDD82F is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 47 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.13 |
| HSL | 58.28º | 0.72% | 0.53% | - |
| HSV(B) | 58.28º | 0.79% | 0.87% | - |
| XYZ | 54.89 | 64.69 | 12.28 | - |
| YUV | 198.23 | 42.66 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 47 | 0 | 0.02 | 0.79 | 0.13 | 58.28 | 0.72 | 0.53 |
| Hex | DD | D8 | 2F | 0 | 2 | 4F | D | 3A | 48 | 35 |
| Octal | 335 | 330 | 57 | 0 | 2 | 117 | 15 | 72 | 110 | 65 |
| Binary | 11011101 | 11011000 | 101111 | 0 | 10 | 1001111 | 1101 | 111010 | 1001000 | 110101 |
Color Harmonies of #DDD82F
Complementary color
Monochromatic Colors of #DDD82F
Black with #DDD82F
Text Example
Text Example
White with #DDD82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD82F; }
p { color: rgb(221,216,47); }
H1.HeaderClassName
{
color: #DDD82F;
}
.AnyTagClassName
{
color: #DDD82F;
}
</style>
background-color css
<style>
a { background-color: #DDD82F; }
a { background-color: rgb(221,216,47); }
div.DivClassName
{
background-color: #DDD82F;
}
.BgClassName
{
background-color: #DDD82F;
}
</style>
border-color css
<style>
span { border-color: #DDD82F; }
span { border-color: rgb(221,216,47); }
td.TdClassName
{
border-color: #DDD82F;
}
.TagClassName
{
border-color: #DDD82F;
}
</style>