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