Shades of Starship #DDD43A
Tints of Starship #DDD43A
RGB
CMYK
RGB Variations
Color information
#DDD43A (or 0xDDD43A) is known color: Starship. HEX triplet: DD, D4 and 3A. RGB value is (221,212,58). Sum of RGB (Red+Green+Blue) = 221+212+58=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 58 (23.05% from 255 or 11.81% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD43A is #222BC5. Grayscale: #C5C5C5. Windows color (decimal): -2239430 or 3855581. OLE color: 3855581.
HSL color Cylindrical-coordinate representation of color #DDD43A: hue angle of 56.69º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDD43A is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 58 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.13 |
| HSL | 56.69º | 0.71% | 0.55% | - |
| HSV(B) | 56.69º | 0.74% | 0.87% | - |
| XYZ | 54.13 | 62.76 | 13.27 | - |
| YUV | 197.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 58 | 0 | 0.04 | 0.74 | 0.13 | 56.69 | 0.71 | 0.55 |
| Hex | DD | D4 | 3A | 0 | 4 | 4A | D | 39 | 47 | 37 |
| Octal | 335 | 324 | 72 | 0 | 4 | 112 | 15 | 71 | 107 | 67 |
| Binary | 11011101 | 11010100 | 111010 | 0 | 100 | 1001010 | 1101 | 111001 | 1000111 | 110111 |
Color Harmonies of #DDD43A
Complementary color
Monochromatic Colors of #DDD43A
Black with #DDD43A
Text Example
Text Example
White with #DDD43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD43A; }
p { color: rgb(221,212,58); }
H1.HeaderClassName
{
color: #DDD43A;
}
.AnyTagClassName
{
color: #DDD43A;
}
</style>
background-color css
<style>
a { background-color: #DDD43A; }
a { background-color: rgb(221,212,58); }
div.DivClassName
{
background-color: #DDD43A;
}
.BgClassName
{
background-color: #DDD43A;
}
</style>
border-color css
<style>
span { border-color: #DDD43A; }
span { border-color: rgb(221,212,58); }
td.TdClassName
{
border-color: #DDD43A;
}
.TagClassName
{
border-color: #DDD43A;
}
</style>