Shades of Starship #DDD12F
Tints of Starship #DDD12F
RGB
CMYK
RGB Variations
Color information
#DDD12F (or 0xDDD12F) is known color: Starship. HEX triplet: DD, D1 and 2F. RGB value is (221,209,47). Sum of RGB (Red+Green+Blue) = 221+209+47=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 47 (18.75% from 255 or 9.85% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD12F is #222ED0. Grayscale: #C2C2C2. Windows color (decimal): -2240209 or 3133917. OLE color: 3133917.
HSL color Cylindrical-coordinate representation of color #DDD12F: hue angle of 55.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDD12F is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 47 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.13 |
| HSL | 55.86º | 0.72% | 0.53% | - |
| HSV(B) | 55.86º | 0.79% | 0.87% | - |
| XYZ | 53.13 | 61.18 | 11.7 | - |
| YUV | 194.12 | 44.98 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 47 | 0 | 0.05 | 0.79 | 0.13 | 55.86 | 0.72 | 0.53 |
| Hex | DD | D1 | 2F | 0 | 5 | 4F | D | 38 | 48 | 35 |
| Octal | 335 | 321 | 57 | 0 | 5 | 117 | 15 | 70 | 110 | 65 |
| Binary | 11011101 | 11010001 | 101111 | 0 | 101 | 1001111 | 1101 | 111000 | 1001000 | 110101 |
Color Harmonies of #DDD12F
Complementary color
Monochromatic Colors of #DDD12F
Black with #DDD12F
Text Example
Text Example
White with #DDD12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD12F; }
p { color: rgb(221,209,47); }
H1.HeaderClassName
{
color: #DDD12F;
}
.AnyTagClassName
{
color: #DDD12F;
}
</style>
background-color css
<style>
a { background-color: #DDD12F; }
a { background-color: rgb(221,209,47); }
div.DivClassName
{
background-color: #DDD12F;
}
.BgClassName
{
background-color: #DDD12F;
}
</style>
border-color css
<style>
span { border-color: #DDD12F; }
span { border-color: rgb(221,209,47); }
td.TdClassName
{
border-color: #DDD12F;
}
.TagClassName
{
border-color: #DDD12F;
}
</style>