Shades of Starship #DDD43D
Tints of Starship #DDD43D
RGB
CMYK
RGB Variations
Color information
#DDD43D (or 0xDDD43D) is known color: Starship. HEX triplet: DD, D4 and 3D. RGB value is (221,212,61). Sum of RGB (Red+Green+Blue) = 221+212+61=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 61 (24.22% from 255 or 12.35% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD43D is #222BC2. Grayscale: #C6C6C6. Windows color (decimal): -2239427 or 4052189. OLE color: 4052189.
HSL color Cylindrical-coordinate representation of color #DDD43D: hue angle of 56.62º 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 #DDD43D is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 61 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.13 |
| HSL | 56.63º | 0.7% | 0.55% | - |
| HSV(B) | 56.63º | 0.72% | 0.87% | - |
| XYZ | 54.2 | 62.8 | 13.68 | - |
| YUV | 197.48 | 50.98 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 61 | 0 | 0.04 | 0.72 | 0.13 | 56.63 | 0.7 | 0.55 |
| Hex | DD | D4 | 3D | 0 | 4 | 48 | D | 39 | 46 | 37 |
| Octal | 335 | 324 | 75 | 0 | 4 | 110 | 15 | 71 | 106 | 67 |
| Binary | 11011101 | 11010100 | 111101 | 0 | 100 | 1001000 | 1101 | 111001 | 1000110 | 110111 |
Color Harmonies of #DDD43D
Complementary color
Monochromatic Colors of #DDD43D
Black with #DDD43D
Text Example
Text Example
White with #DDD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD43D; }
p { color: rgb(221,212,61); }
H1.HeaderClassName
{
color: #DDD43D;
}
.AnyTagClassName
{
color: #DDD43D;
}
</style>
background-color css
<style>
a { background-color: #DDD43D; }
a { background-color: rgb(221,212,61); }
div.DivClassName
{
background-color: #DDD43D;
}
.BgClassName
{
background-color: #DDD43D;
}
</style>
border-color css
<style>
span { border-color: #DDD43D; }
span { border-color: rgb(221,212,61); }
td.TdClassName
{
border-color: #DDD43D;
}
.TagClassName
{
border-color: #DDD43D;
}
</style>