Shades of Starship #DDD540
Tints of Starship #DDD540
RGB
CMYK
RGB Variations
Color information
#DDD540 (or 0xDDD540) is known color: Starship. HEX triplet: DD, D5 and 40. RGB value is (221,213,64). Sum of RGB (Red+Green+Blue) = 221+213+64=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD540 is #222ABF. Grayscale: #C7C7C7. Windows color (decimal): -2239168 or 4249053. OLE color: 4249053.
HSL color Cylindrical-coordinate representation of color #DDD540: hue angle of 56.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDD540 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 64 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.13 |
| HSL | 56.94º | 0.7% | 0.56% | - |
| HSV(B) | 56.94º | 0.71% | 0.87% | - |
| XYZ | 54.54 | 63.33 | 14.2 | - |
| YUV | 198.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 64 | 0 | 0.04 | 0.71 | 0.13 | 56.94 | 0.7 | 0.56 |
| Hex | DD | D5 | 40 | 0 | 4 | 47 | D | 39 | 46 | 38 |
| Octal | 335 | 325 | 100 | 0 | 4 | 107 | 15 | 71 | 106 | 70 |
| Binary | 11011101 | 11010101 | 1000000 | 0 | 100 | 1000111 | 1101 | 111001 | 1000110 | 111000 |
Color Harmonies of #DDD540
Complementary color
Monochromatic Colors of #DDD540
Black with #DDD540
Text Example
Text Example
White with #DDD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD540; }
p { color: rgb(221,213,64); }
H1.HeaderClassName
{
color: #DDD540;
}
.AnyTagClassName
{
color: #DDD540;
}
</style>
background-color css
<style>
a { background-color: #DDD540; }
a { background-color: rgb(221,213,64); }
div.DivClassName
{
background-color: #DDD540;
}
.BgClassName
{
background-color: #DDD540;
}
</style>
border-color css
<style>
span { border-color: #DDD540; }
span { border-color: rgb(221,213,64); }
td.TdClassName
{
border-color: #DDD540;
}
.TagClassName
{
border-color: #DDD540;
}
</style>