Shades of Starship #DDD930
Tints of Starship #DDD930
RGB
CMYK
RGB Variations
Color information
#DDD930 (or 0xDDD930) is known color: Starship. HEX triplet: DD, D9 and 30. RGB value is (221,217,48). Sum of RGB (Red+Green+Blue) = 221+217+48=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD930 is #2226CF. Grayscale: #C7C7C7. Windows color (decimal): -2238160 or 3201501. OLE color: 3201501.
HSL color Cylindrical-coordinate representation of color #DDD930: hue angle of 58.61º 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 #DDD930 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 48 | - |
| CMYK | 0 | 0.02 | 0.78 | 0.13 |
| HSL | 58.61º | 0.72% | 0.53% | - |
| HSV(B) | 58.61º | 0.78% | 0.87% | - |
| XYZ | 55.17 | 65.21 | 12.48 | - |
| YUV | 198.93 | 42.83 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 48 | 0 | 0.02 | 0.78 | 0.13 | 58.61 | 0.72 | 0.53 |
| Hex | DD | D9 | 30 | 0 | 2 | 4E | D | 3B | 48 | 35 |
| Octal | 335 | 331 | 60 | 0 | 2 | 116 | 15 | 73 | 110 | 65 |
| Binary | 11011101 | 11011001 | 110000 | 0 | 10 | 1001110 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DDD930
Complementary color
Monochromatic Colors of #DDD930
Black with #DDD930
Text Example
Text Example
White with #DDD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD930; }
p { color: rgb(221,217,48); }
H1.HeaderClassName
{
color: #DDD930;
}
.AnyTagClassName
{
color: #DDD930;
}
</style>
background-color css
<style>
a { background-color: #DDD930; }
a { background-color: rgb(221,217,48); }
div.DivClassName
{
background-color: #DDD930;
}
.BgClassName
{
background-color: #DDD930;
}
</style>
border-color css
<style>
span { border-color: #DDD930; }
span { border-color: rgb(221,217,48); }
td.TdClassName
{
border-color: #DDD930;
}
.TagClassName
{
border-color: #DDD930;
}
</style>