Shades of Starship #DDD430
Tints of Starship #DDD430
RGB
CMYK
RGB Variations
Color information
#DDD430 (or 0xDDD430) is known color: Starship. HEX triplet: DD, D4 and 30. RGB value is (221,212,48). Sum of RGB (Red+Green+Blue) = 221+212+48=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 212 (83.20% from 255 or 44.07% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD430 is #222BCF. Grayscale: #C4C4C4. Windows color (decimal): -2239440 or 3200221. OLE color: 3200221.
HSL color Cylindrical-coordinate representation of color #DDD430: hue angle of 56.88º 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 #DDD430 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 48 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.13 |
| HSL | 56.88º | 0.72% | 0.53% | - |
| HSV(B) | 56.88º | 0.78% | 0.87% | - |
| XYZ | 53.9 | 62.67 | 12.05 | - |
| YUV | 196 | 44.48 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 48 | 0 | 0.04 | 0.78 | 0.13 | 56.88 | 0.72 | 0.53 |
| Hex | DD | D4 | 30 | 0 | 4 | 4E | D | 39 | 48 | 35 |
| Octal | 335 | 324 | 60 | 0 | 4 | 116 | 15 | 71 | 110 | 65 |
| Binary | 11011101 | 11010100 | 110000 | 0 | 100 | 1001110 | 1101 | 111001 | 1001000 | 110101 |
Color Harmonies of #DDD430
Complementary color
Monochromatic Colors of #DDD430
Black with #DDD430
Text Example
Text Example
White with #DDD430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD430; }
p { color: rgb(221,212,48); }
H1.HeaderClassName
{
color: #DDD430;
}
.AnyTagClassName
{
color: #DDD430;
}
</style>
background-color css
<style>
a { background-color: #DDD430; }
a { background-color: rgb(221,212,48); }
div.DivClassName
{
background-color: #DDD430;
}
.BgClassName
{
background-color: #DDD430;
}
</style>
border-color css
<style>
span { border-color: #DDD430; }
span { border-color: rgb(221,212,48); }
td.TdClassName
{
border-color: #DDD430;
}
.TagClassName
{
border-color: #DDD430;
}
</style>