Shades of Starship #DDD62D
Tints of Starship #DDD62D
RGB
CMYK
RGB Variations
Color information
#DDD62D (or 0xDDD62D) is known color: Starship. HEX triplet: DD, D6 and 2D. RGB value is (221,214,45). Sum of RGB (Red+Green+Blue) = 221+214+45=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 45 (17.97% from 255 or 9.38% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD62D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD62D is #2229D2. Grayscale: #C5C5C5. Windows color (decimal): -2238931 or 3004125. OLE color: 3004125.
HSL color Cylindrical-coordinate representation of color #DDD62D: hue angle of 57.61º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDD62D is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 45 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.13 |
| HSL | 57.61º | 0.72% | 0.52% | - |
| HSV(B) | 57.61º | 0.8% | 0.87% | - |
| XYZ | 54.34 | 63.65 | 11.91 | - |
| YUV | 196.83 | 42.32 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 45 | 0 | 0.03 | 0.80 | 0.13 | 57.61 | 0.72 | 0.52 |
| Hex | DD | D6 | 2D | 0 | 3 | 50 | D | 3A | 48 | 34 |
| Octal | 335 | 326 | 55 | 0 | 3 | 120 | 15 | 72 | 110 | 64 |
| Binary | 11011101 | 11010110 | 101101 | 0 | 11 | 1010000 | 1101 | 111010 | 1001000 | 110100 |
Color Harmonies of #DDD62D
Complementary color
Monochromatic Colors of #DDD62D
Black with #DDD62D
Text Example
Text Example
White with #DDD62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD62D; }
p { color: rgb(221,214,45); }
H1.HeaderClassName
{
color: #DDD62D;
}
.AnyTagClassName
{
color: #DDD62D;
}
</style>
background-color css
<style>
a { background-color: #DDD62D; }
a { background-color: rgb(221,214,45); }
div.DivClassName
{
background-color: #DDD62D;
}
.BgClassName
{
background-color: #DDD62D;
}
</style>
border-color css
<style>
span { border-color: #DDD62D; }
span { border-color: rgb(221,214,45); }
td.TdClassName
{
border-color: #DDD62D;
}
.TagClassName
{
border-color: #DDD62D;
}
</style>