Shades of Starship #DDD12D
Tints of Starship #DDD12D
RGB
CMYK
RGB Variations
Color information
#DDD12D (or 0xDDD12D) is known color: Starship. HEX triplet: DD, D1 and 2D. RGB value is (221,209,45). Sum of RGB (Red+Green+Blue) = 221+209+45=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD12D is #222ED2. Grayscale: #C2C2C2. Windows color (decimal): -2240211 or 3002845. OLE color: 3002845.
HSL color Cylindrical-coordinate representation of color #DDD12D: hue angle of 55.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDD12D is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 45 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.13 |
| HSL | 55.91º | 0.72% | 0.52% | - |
| HSV(B) | 55.91º | 0.8% | 0.87% | - |
| XYZ | 53.09 | 61.16 | 11.49 | - |
| YUV | 193.89 | 43.98 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 45 | 0 | 0.05 | 0.80 | 0.13 | 55.91 | 0.72 | 0.52 |
| Hex | DD | D1 | 2D | 0 | 5 | 50 | D | 38 | 48 | 34 |
| Octal | 335 | 321 | 55 | 0 | 5 | 120 | 15 | 70 | 110 | 64 |
| Binary | 11011101 | 11010001 | 101101 | 0 | 101 | 1010000 | 1101 | 111000 | 1001000 | 110100 |
Color Harmonies of #DDD12D
Complementary color
Monochromatic Colors of #DDD12D
Black with #DDD12D
Text Example
Text Example
White with #DDD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD12D; }
p { color: rgb(221,209,45); }
H1.HeaderClassName
{
color: #DDD12D;
}
.AnyTagClassName
{
color: #DDD12D;
}
</style>
background-color css
<style>
a { background-color: #DDD12D; }
a { background-color: rgb(221,209,45); }
div.DivClassName
{
background-color: #DDD12D;
}
.BgClassName
{
background-color: #DDD12D;
}
</style>
border-color css
<style>
span { border-color: #DDD12D; }
span { border-color: rgb(221,209,45); }
td.TdClassName
{
border-color: #DDD12D;
}
.TagClassName
{
border-color: #DDD12D;
}
</style>