Shades of Starship #DDD935
Tints of Starship #DDD935
RGB
CMYK
RGB Variations
Color information
#DDD935 (or 0xDDD935) is known color: Starship. HEX triplet: DD, D9 and 35. RGB value is (221,217,53). Sum of RGB (Red+Green+Blue) = 221+217+53=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 53 (21.09% from 255 or 10.79% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD935 is #2226CA. Grayscale: #C8C8C8. Windows color (decimal): -2238155 or 3529181. OLE color: 3529181.
HSL color Cylindrical-coordinate representation of color #DDD935: hue angle of 58.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DDD935 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 53 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.13 |
| HSL | 58.57º | 0.71% | 0.54% | - |
| HSV(B) | 58.57º | 0.76% | 0.87% | - |
| XYZ | 55.27 | 65.25 | 13.05 | - |
| YUV | 199.5 | 45.33 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 53 | 0 | 0.02 | 0.76 | 0.13 | 58.57 | 0.71 | 0.54 |
| Hex | DD | D9 | 35 | 0 | 2 | 4C | D | 3B | 47 | 36 |
| Octal | 335 | 331 | 65 | 0 | 2 | 114 | 15 | 73 | 107 | 66 |
| Binary | 11011101 | 11011001 | 110101 | 0 | 10 | 1001100 | 1101 | 111011 | 1000111 | 110110 |
Color Harmonies of #DDD935
Complementary color
Monochromatic Colors of #DDD935
Black with #DDD935
Text Example
Text Example
White with #DDD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD935; }
p { color: rgb(221,217,53); }
H1.HeaderClassName
{
color: #DDD935;
}
.AnyTagClassName
{
color: #DDD935;
}
</style>
background-color css
<style>
a { background-color: #DDD935; }
a { background-color: rgb(221,217,53); }
div.DivClassName
{
background-color: #DDD935;
}
.BgClassName
{
background-color: #DDD935;
}
</style>
border-color css
<style>
span { border-color: #DDD935; }
span { border-color: rgb(221,217,53); }
td.TdClassName
{
border-color: #DDD935;
}
.TagClassName
{
border-color: #DDD935;
}
</style>