Shades of Starship #DDD535
Tints of Starship #DDD535
RGB
CMYK
RGB Variations
Color information
#DDD535 (or 0xDDD535) is known color: Starship. HEX triplet: DD, D5 and 35. RGB value is (221,213,53). Sum of RGB (Red+Green+Blue) = 221+213+53=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 53 (21.09% from 255 or 10.88% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD535 is #222ACA. Grayscale: #C5C5C5. Windows color (decimal): -2239179 or 3528157. OLE color: 3528157.
HSL color Cylindrical-coordinate representation of color #DDD535: hue angle of 57.14º 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 #DDD535 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 53 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.13 |
| HSL | 57.14º | 0.71% | 0.54% | - |
| HSV(B) | 57.14º | 0.76% | 0.87% | - |
| XYZ | 54.26 | 63.22 | 12.71 | - |
| YUV | 197.15 | 46.65 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 53 | 0 | 0.04 | 0.76 | 0.13 | 57.14 | 0.71 | 0.54 |
| Hex | DD | D5 | 35 | 0 | 4 | 4C | D | 39 | 47 | 36 |
| Octal | 335 | 325 | 65 | 0 | 4 | 114 | 15 | 71 | 107 | 66 |
| Binary | 11011101 | 11010101 | 110101 | 0 | 100 | 1001100 | 1101 | 111001 | 1000111 | 110110 |
Color Harmonies of #DDD535
Complementary color
Monochromatic Colors of #DDD535
Black with #DDD535
Text Example
Text Example
White with #DDD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD535; }
p { color: rgb(221,213,53); }
H1.HeaderClassName
{
color: #DDD535;
}
.AnyTagClassName
{
color: #DDD535;
}
</style>
background-color css
<style>
a { background-color: #DDD535; }
a { background-color: rgb(221,213,53); }
div.DivClassName
{
background-color: #DDD535;
}
.BgClassName
{
background-color: #DDD535;
}
</style>
border-color css
<style>
span { border-color: #DDD535; }
span { border-color: rgb(221,213,53); }
td.TdClassName
{
border-color: #DDD535;
}
.TagClassName
{
border-color: #DDD535;
}
</style>