Shades of Starship #DDDC46
Tints of Starship #DDDC46
RGB
CMYK
RGB Variations
Color information
#DDDC46 (or 0xDDDC46) is known color: Starship. HEX triplet: DD, DC and 46. RGB value is (221,220,70). Sum of RGB (Red+Green+Blue) = 221+220+70=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC46 is #2223B9. Grayscale: #CBCBCB. Windows color (decimal): -2237370 or 4644061. OLE color: 4644061.
HSL color Cylindrical-coordinate representation of color #DDDC46: 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 #DDDC46 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 70 | - |
| 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.52 | 67 | 15.75 | - |
| YUV | 203.2 | 52.83 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 70 | 0 | 0.00 | 0.68 | 0.13 | 59.6 | 0.69 | 0.57 |
| Hex | DD | DC | 46 | 0 | 0 | 44 | D | 3C | 45 | 39 |
| Octal | 335 | 334 | 106 | 0 | 0 | 104 | 15 | 74 | 105 | 71 |
| Binary | 11011101 | 11011100 | 1000110 | 0 | 0 | 1000100 | 1101 | 111100 | 1000101 | 111001 |
Color Harmonies of #DDDC46
Complementary color
Monochromatic Colors of #DDDC46
Black with #DDDC46
Text Example
Text Example
White with #DDDC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC46; }
p { color: rgb(221,220,70); }
H1.HeaderClassName
{
color: #DDDC46;
}
.AnyTagClassName
{
color: #DDDC46;
}
</style>
background-color css
<style>
a { background-color: #DDDC46; }
a { background-color: rgb(221,220,70); }
div.DivClassName
{
background-color: #DDDC46;
}
.BgClassName
{
background-color: #DDDC46;
}
</style>
border-color css
<style>
span { border-color: #DDDC46; }
span { border-color: rgb(221,220,70); }
td.TdClassName
{
border-color: #DDDC46;
}
.TagClassName
{
border-color: #DDDC46;
}
</style>