Shades of Starship #DDD943
Tints of Starship #DDD943
RGB
CMYK
RGB Variations
Color information
#DDD943 (or 0xDDD943) is known color: Starship. HEX triplet: DD, D9 and 43. RGB value is (221,217,67). Sum of RGB (Red+Green+Blue) = 221+217+67=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 217 (85.16% from 255 or 42.97% from 505); Blue value is 67 (26.56% from 255 or 13.27% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD943 is #2226BC. Grayscale: #C9C9C9. Windows color (decimal): -2238141 or 4446685. OLE color: 4446685.
HSL color Cylindrical-coordinate representation of color #DDD943: hue angle of 58.44º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDD943 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 67 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.13 |
| HSL | 58.44º | 0.69% | 0.56% | - |
| HSV(B) | 58.44º | 0.7% | 0.87% | - |
| XYZ | 55.64 | 65.4 | 15 | - |
| YUV | 201.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 67 | 0 | 0.02 | 0.70 | 0.13 | 58.44 | 0.69 | 0.56 |
| Hex | DD | D9 | 43 | 0 | 2 | 46 | D | 3A | 45 | 38 |
| Octal | 335 | 331 | 103 | 0 | 2 | 106 | 15 | 72 | 105 | 70 |
| Binary | 11011101 | 11011001 | 1000011 | 0 | 10 | 1000110 | 1101 | 111010 | 1000101 | 111000 |
Color Harmonies of #DDD943
Complementary color
Monochromatic Colors of #DDD943
Black with #DDD943
Text Example
Text Example
White with #DDD943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD943; }
p { color: rgb(221,217,67); }
H1.HeaderClassName
{
color: #DDD943;
}
.AnyTagClassName
{
color: #DDD943;
}
</style>
background-color css
<style>
a { background-color: #DDD943; }
a { background-color: rgb(221,217,67); }
div.DivClassName
{
background-color: #DDD943;
}
.BgClassName
{
background-color: #DDD943;
}
</style>
border-color css
<style>
span { border-color: #DDD943; }
span { border-color: rgb(221,217,67); }
td.TdClassName
{
border-color: #DDD943;
}
.TagClassName
{
border-color: #DDD943;
}
</style>