Shades of Starship #DDDC47
Tints of Starship #DDDC47
RGB
CMYK
RGB Variations
Color information
#DDDC47 (or 0xDDDC47) is known color: Starship. HEX triplet: DD, DC and 47. RGB value is (221,220,71). Sum of RGB (Red+Green+Blue) = 221+220+71=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 71 (28.12% from 255 or 13.87% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC47 is #2223B8. Grayscale: #CBCBCB. Windows color (decimal): -2237369 or 4709597. OLE color: 4709597.
HSL color Cylindrical-coordinate representation of color #DDDC47: hue angle of 59.6º 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 #DDDC47 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 71 | - |
| CMYK | 0 | 0.00 | 0.68 | 0.13 |
| HSL | 59.6º | 0.69% | 0.57% | - |
| HSV(B) | 59.6º | 0.68% | 0.87% | - |
| XYZ | 56.55 | 67.01 | 15.92 | - |
| YUV | 203.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 71 | 0 | 0.00 | 0.68 | 0.13 | 59.6 | 0.69 | 0.57 |
| Hex | DD | DC | 47 | 0 | 0 | 44 | D | 3C | 45 | 39 |
| Octal | 335 | 334 | 107 | 0 | 0 | 104 | 15 | 74 | 105 | 71 |
| Binary | 11011101 | 11011100 | 1000111 | 0 | 0 | 1000100 | 1101 | 111100 | 1000101 | 111001 |
Color Harmonies of #DDDC47
Complementary color
Monochromatic Colors of #DDDC47
Black with #DDDC47
Text Example
Text Example
White with #DDDC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC47; }
p { color: rgb(221,220,71); }
H1.HeaderClassName
{
color: #DDDC47;
}
.AnyTagClassName
{
color: #DDDC47;
}
</style>
background-color css
<style>
a { background-color: #DDDC47; }
a { background-color: rgb(221,220,71); }
div.DivClassName
{
background-color: #DDDC47;
}
.BgClassName
{
background-color: #DDDC47;
}
</style>
border-color css
<style>
span { border-color: #DDDC47; }
span { border-color: rgb(221,220,71); }
td.TdClassName
{
border-color: #DDDC47;
}
.TagClassName
{
border-color: #DDDC47;
}
</style>