Shades of Starship #DDD43E
Tints of Starship #DDD43E
RGB
CMYK
RGB Variations
Color information
#DDD43E (or 0xDDD43E) is known color: Starship. HEX triplet: DD, D4 and 3E. RGB value is (221,212,62). Sum of RGB (Red+Green+Blue) = 221+212+62=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 62 (24.61% from 255 or 12.53% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD43E is #222BC1. Grayscale: #C6C6C6. Windows color (decimal): -2239426 or 4117725. OLE color: 4117725.
HSL color Cylindrical-coordinate representation of color #DDD43E: hue angle of 56.6º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDD43E is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 62 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 56.6º | 0.7% | 0.55% | - |
| HSV(B) | 56.6º | 0.72% | 0.87% | - |
| XYZ | 54.23 | 62.81 | 13.82 | - |
| YUV | 197.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 62 | 0 | 0.04 | 0.72 | 0.13 | 56.6 | 0.7 | 0.55 |
| Hex | DD | D4 | 3E | 0 | 4 | 48 | D | 39 | 46 | 37 |
| Octal | 335 | 324 | 76 | 0 | 4 | 110 | 15 | 71 | 106 | 67 |
| Binary | 11011101 | 11010100 | 111110 | 0 | 100 | 1001000 | 1101 | 111001 | 1000110 | 110111 |
Color Harmonies of #DDD43E
Complementary color
Monochromatic Colors of #DDD43E
Black with #DDD43E
Text Example
Text Example
White with #DDD43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD43E; }
p { color: rgb(221,212,62); }
H1.HeaderClassName
{
color: #DDD43E;
}
.AnyTagClassName
{
color: #DDD43E;
}
</style>
background-color css
<style>
a { background-color: #DDD43E; }
a { background-color: rgb(221,212,62); }
div.DivClassName
{
background-color: #DDD43E;
}
.BgClassName
{
background-color: #DDD43E;
}
</style>
border-color css
<style>
span { border-color: #DDD43E; }
span { border-color: rgb(221,212,62); }
td.TdClassName
{
border-color: #DDD43E;
}
.TagClassName
{
border-color: #DDD43E;
}
</style>