Shades of Starship #DDD72F
Tints of Starship #DDD72F
RGB
CMYK
RGB Variations
Color information
#DDD72F (or 0xDDD72F) is known color: Starship. HEX triplet: DD, D7 and 2F. RGB value is (221,215,47). Sum of RGB (Red+Green+Blue) = 221+215+47=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD72F is #2228D0. Grayscale: #C6C6C6. Windows color (decimal): -2238673 or 3135453. OLE color: 3135453.
HSL color Cylindrical-coordinate representation of color #DDD72F: hue angle of 57.93º 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 #DDD72F is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 47 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.13 |
| HSL | 57.93º | 0.72% | 0.53% | - |
| HSV(B) | 57.93º | 0.79% | 0.87% | - |
| XYZ | 54.63 | 64.18 | 12.2 | - |
| YUV | 197.64 | 42.99 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 47 | 0 | 0.03 | 0.79 | 0.13 | 57.93 | 0.72 | 0.53 |
| Hex | DD | D7 | 2F | 0 | 3 | 4F | D | 3A | 48 | 35 |
| Octal | 335 | 327 | 57 | 0 | 3 | 117 | 15 | 72 | 110 | 65 |
| Binary | 11011101 | 11010111 | 101111 | 0 | 11 | 1001111 | 1101 | 111010 | 1001000 | 110101 |
Color Harmonies of #DDD72F
Complementary color
Monochromatic Colors of #DDD72F
Black with #DDD72F
Text Example
Text Example
White with #DDD72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD72F; }
p { color: rgb(221,215,47); }
H1.HeaderClassName
{
color: #DDD72F;
}
.AnyTagClassName
{
color: #DDD72F;
}
</style>
background-color css
<style>
a { background-color: #DDD72F; }
a { background-color: rgb(221,215,47); }
div.DivClassName
{
background-color: #DDD72F;
}
.BgClassName
{
background-color: #DDD72F;
}
</style>
border-color css
<style>
span { border-color: #DDD72F; }
span { border-color: rgb(221,215,47); }
td.TdClassName
{
border-color: #DDD72F;
}
.TagClassName
{
border-color: #DDD72F;
}
</style>