Shades of Starship #DDDA47
Tints of Starship #DDDA47
RGB
CMYK
RGB Variations
Color information
#DDDA47 (or 0xDDDA47) is known color: Starship. HEX triplet: DD, DA and 47. RGB value is (221,218,71). Sum of RGB (Red+Green+Blue) = 221+218+71=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 71 (28.12% from 255 or 13.92% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA47 is #2225B8. Grayscale: #CACACA. Windows color (decimal): -2237881 or 4709085. OLE color: 4709085.
HSL color Cylindrical-coordinate representation of color #DDDA47: hue angle of 58.8º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDDA47 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 71 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.13 |
| HSL | 58.8º | 0.69% | 0.57% | - |
| HSV(B) | 58.8º | 0.68% | 0.87% | - |
| XYZ | 56.03 | 65.97 | 15.74 | - |
| YUV | 202.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 71 | 0 | 0.01 | 0.68 | 0.13 | 58.8 | 0.69 | 0.57 |
| Hex | DD | DA | 47 | 0 | 1 | 44 | D | 3B | 45 | 39 |
| Octal | 335 | 332 | 107 | 0 | 1 | 104 | 15 | 73 | 105 | 71 |
| Binary | 11011101 | 11011010 | 1000111 | 0 | 1 | 1000100 | 1101 | 111011 | 1000101 | 111001 |
Color Harmonies of #DDDA47
Complementary color
Monochromatic Colors of #DDDA47
Black with #DDDA47
Text Example
Text Example
White with #DDDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA47; }
p { color: rgb(221,218,71); }
H1.HeaderClassName
{
color: #DDDA47;
}
.AnyTagClassName
{
color: #DDDA47;
}
</style>
background-color css
<style>
a { background-color: #DDDA47; }
a { background-color: rgb(221,218,71); }
div.DivClassName
{
background-color: #DDDA47;
}
.BgClassName
{
background-color: #DDDA47;
}
</style>
border-color css
<style>
span { border-color: #DDDA47; }
span { border-color: rgb(221,218,71); }
td.TdClassName
{
border-color: #DDDA47;
}
.TagClassName
{
border-color: #DDDA47;
}
</style>