Shades of Starship #DDD53F
Tints of Starship #DDD53F
RGB
CMYK
RGB Variations
Color information
#DDD53F (or 0xDDD53F) is known color: Starship. HEX triplet: DD, D5 and 3F. RGB value is (221,213,63). Sum of RGB (Red+Green+Blue) = 221+213+63=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 63 (25% from 255 or 12.68% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD53F is #222AC0. Grayscale: #C6C6C6. Windows color (decimal): -2239169 or 4183517. OLE color: 4183517.
HSL color Cylindrical-coordinate representation of color #DDD53F: hue angle of 56.96º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDD53F is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 63 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.13 |
| HSL | 56.96º | 0.7% | 0.56% | - |
| HSV(B) | 56.96º | 0.71% | 0.87% | - |
| XYZ | 54.51 | 63.32 | 14.05 | - |
| YUV | 198.29 | 51.65 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 63 | 0 | 0.04 | 0.71 | 0.13 | 56.96 | 0.7 | 0.56 |
| Hex | DD | D5 | 3F | 0 | 4 | 47 | D | 39 | 46 | 38 |
| Octal | 335 | 325 | 77 | 0 | 4 | 107 | 15 | 71 | 106 | 70 |
| Binary | 11011101 | 11010101 | 111111 | 0 | 100 | 1000111 | 1101 | 111001 | 1000110 | 111000 |
Color Harmonies of #DDD53F
Complementary color
Monochromatic Colors of #DDD53F
Black with #DDD53F
Text Example
Text Example
White with #DDD53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD53F; }
p { color: rgb(221,213,63); }
H1.HeaderClassName
{
color: #DDD53F;
}
.AnyTagClassName
{
color: #DDD53F;
}
</style>
background-color css
<style>
a { background-color: #DDD53F; }
a { background-color: rgb(221,213,63); }
div.DivClassName
{
background-color: #DDD53F;
}
.BgClassName
{
background-color: #DDD53F;
}
</style>
border-color css
<style>
span { border-color: #DDD53F; }
span { border-color: rgb(221,213,63); }
td.TdClassName
{
border-color: #DDD53F;
}
.TagClassName
{
border-color: #DDD53F;
}
</style>