Shades of Starship #DDD335
Tints of Starship #DDD335
RGB
CMYK
RGB Variations
Color information
#DDD335 (or 0xDDD335) is known color: Starship. HEX triplet: DD, D3 and 35. RGB value is (221,211,53). Sum of RGB (Red+Green+Blue) = 221+211+53=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD335 is #222CCA. Grayscale: #C4C4C4. Windows color (decimal): -2239691 or 3527645. OLE color: 3527645.
HSL color Cylindrical-coordinate representation of color #DDD335: hue angle of 56.43º 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 #DDD335 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 53 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.13 |
| HSL | 56.43º | 0.71% | 0.54% | - |
| HSV(B) | 56.43º | 0.76% | 0.87% | - |
| XYZ | 53.76 | 62.22 | 12.54 | - |
| YUV | 195.98 | 47.31 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 53 | 0 | 0.05 | 0.76 | 0.13 | 56.43 | 0.71 | 0.54 |
| Hex | DD | D3 | 35 | 0 | 5 | 4C | D | 38 | 47 | 36 |
| Octal | 335 | 323 | 65 | 0 | 5 | 114 | 15 | 70 | 107 | 66 |
| Binary | 11011101 | 11010011 | 110101 | 0 | 101 | 1001100 | 1101 | 111000 | 1000111 | 110110 |
Color Harmonies of #DDD335
Complementary color
Monochromatic Colors of #DDD335
Black with #DDD335
Text Example
Text Example
White with #DDD335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD335; }
p { color: rgb(221,211,53); }
H1.HeaderClassName
{
color: #DDD335;
}
.AnyTagClassName
{
color: #DDD335;
}
</style>
background-color css
<style>
a { background-color: #DDD335; }
a { background-color: rgb(221,211,53); }
div.DivClassName
{
background-color: #DDD335;
}
.BgClassName
{
background-color: #DDD335;
}
</style>
border-color css
<style>
span { border-color: #DDD335; }
span { border-color: rgb(221,211,53); }
td.TdClassName
{
border-color: #DDD335;
}
.TagClassName
{
border-color: #DDD335;
}
</style>