Shades of Starship #DDD840
Tints of Starship #DDD840
RGB
CMYK
RGB Variations
Color information
#DDD840 (or 0xDDD840) is known color: Starship. HEX triplet: DD, D8 and 40. RGB value is (221,216,64). Sum of RGB (Red+Green+Blue) = 221+216+64=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 216 (84.77% from 255 or 43.11% from 501); Blue value is 64 (25.39% from 255 or 12.77% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD840 is #2227BF. Grayscale: #C8C8C8. Windows color (decimal): -2238400 or 4249821. OLE color: 4249821.
HSL color Cylindrical-coordinate representation of color #DDD840: hue angle of 58.09º 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 #DDD840 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 64 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.13 |
| HSL | 58.09º | 0.7% | 0.56% | - |
| HSV(B) | 58.09º | 0.71% | 0.87% | - |
| XYZ | 55.3 | 64.85 | 14.45 | - |
| YUV | 200.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 64 | 0 | 0.02 | 0.71 | 0.13 | 58.09 | 0.7 | 0.56 |
| Hex | DD | D8 | 40 | 0 | 2 | 47 | D | 3A | 46 | 38 |
| Octal | 335 | 330 | 100 | 0 | 2 | 107 | 15 | 72 | 106 | 70 |
| Binary | 11011101 | 11011000 | 1000000 | 0 | 10 | 1000111 | 1101 | 111010 | 1000110 | 111000 |
Color Harmonies of #DDD840
Complementary color
Monochromatic Colors of #DDD840
Black with #DDD840
Text Example
Text Example
White with #DDD840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD840; }
p { color: rgb(221,216,64); }
H1.HeaderClassName
{
color: #DDD840;
}
.AnyTagClassName
{
color: #DDD840;
}
</style>
background-color css
<style>
a { background-color: #DDD840; }
a { background-color: rgb(221,216,64); }
div.DivClassName
{
background-color: #DDD840;
}
.BgClassName
{
background-color: #DDD840;
}
</style>
border-color css
<style>
span { border-color: #DDD840; }
span { border-color: rgb(221,216,64); }
td.TdClassName
{
border-color: #DDD840;
}
.TagClassName
{
border-color: #DDD840;
}
</style>