Shades of Starship #DDD62F
Tints of Starship #DDD62F
RGB
CMYK
RGB Variations
Color information
#DDD62F (or 0xDDD62F) is known color: Starship. HEX triplet: DD, D6 and 2F. RGB value is (221,214,47). Sum of RGB (Red+Green+Blue) = 221+214+47=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 47 (18.75% from 255 or 9.75% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD62F is #2229D0. Grayscale: #C5C5C5. Windows color (decimal): -2238929 or 3135197. OLE color: 3135197.
HSL color Cylindrical-coordinate representation of color #DDD62F: hue angle of 57.59º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDD62F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 47 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.13 |
| HSL | 57.59º | 0.72% | 0.53% | - |
| HSV(B) | 57.59º | 0.79% | 0.87% | - |
| XYZ | 54.38 | 63.67 | 12.11 | - |
| YUV | 197.06 | 43.32 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 47 | 0 | 0.03 | 0.79 | 0.13 | 57.59 | 0.72 | 0.53 |
| Hex | DD | D6 | 2F | 0 | 3 | 4F | D | 3A | 48 | 35 |
| Octal | 335 | 326 | 57 | 0 | 3 | 117 | 15 | 72 | 110 | 65 |
| Binary | 11011101 | 11010110 | 101111 | 0 | 11 | 1001111 | 1101 | 111010 | 1001000 | 110101 |
Color Harmonies of #DDD62F
Complementary color
Monochromatic Colors of #DDD62F
Black with #DDD62F
Text Example
Text Example
White with #DDD62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD62F; }
p { color: rgb(221,214,47); }
H1.HeaderClassName
{
color: #DDD62F;
}
.AnyTagClassName
{
color: #DDD62F;
}
</style>
background-color css
<style>
a { background-color: #DDD62F; }
a { background-color: rgb(221,214,47); }
div.DivClassName
{
background-color: #DDD62F;
}
.BgClassName
{
background-color: #DDD62F;
}
</style>
border-color css
<style>
span { border-color: #DDD62F; }
span { border-color: rgb(221,214,47); }
td.TdClassName
{
border-color: #DDD62F;
}
.TagClassName
{
border-color: #DDD62F;
}
</style>