Shades of Starship #DDD944
Tints of Starship #DDD944
RGB
CMYK
RGB Variations
Color information
#DDD944 (or 0xDDD944) is known color: Starship. HEX triplet: DD, D9 and 44. RGB value is (221,217,68). Sum of RGB (Red+Green+Blue) = 221+217+68=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD944 is #2226BB. Grayscale: #C9C9C9. Windows color (decimal): -2238140 or 4512221. OLE color: 4512221.
HSL color Cylindrical-coordinate representation of color #DDD944: hue angle of 58.43º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDD944 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 68 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.13 |
| HSL | 58.43º | 0.69% | 0.57% | - |
| HSV(B) | 58.43º | 0.69% | 0.87% | - |
| XYZ | 55.68 | 65.42 | 15.16 | - |
| YUV | 201.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 68 | 0 | 0.02 | 0.69 | 0.13 | 58.43 | 0.69 | 0.57 |
| Hex | DD | D9 | 44 | 0 | 2 | 45 | D | 3A | 45 | 39 |
| Octal | 335 | 331 | 104 | 0 | 2 | 105 | 15 | 72 | 105 | 71 |
| Binary | 11011101 | 11011001 | 1000100 | 0 | 10 | 1000101 | 1101 | 111010 | 1000101 | 111001 |
Color Harmonies of #DDD944
Complementary color
Monochromatic Colors of #DDD944
Black with #DDD944
Text Example
Text Example
White with #DDD944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD944; }
p { color: rgb(221,217,68); }
H1.HeaderClassName
{
color: #DDD944;
}
.AnyTagClassName
{
color: #DDD944;
}
</style>
background-color css
<style>
a { background-color: #DDD944; }
a { background-color: rgb(221,217,68); }
div.DivClassName
{
background-color: #DDD944;
}
.BgClassName
{
background-color: #DDD944;
}
</style>
border-color css
<style>
span { border-color: #DDD944; }
span { border-color: rgb(221,217,68); }
td.TdClassName
{
border-color: #DDD944;
}
.TagClassName
{
border-color: #DDD944;
}
</style>