Shades of Starship #DDD73F
Tints of Starship #DDD73F
RGB
CMYK
RGB Variations
Color information
#DDD73F (or 0xDDD73F) is known color: Starship. HEX triplet: DD, D7 and 3F. RGB value is (221,215,63). Sum of RGB (Red+Green+Blue) = 221+215+63=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 63 (25% from 255 or 12.63% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD73F is #2228C0. Grayscale: #C8C8C8. Windows color (decimal): -2238657 or 4184029. OLE color: 4184029.
HSL color Cylindrical-coordinate representation of color #DDD73F: hue angle of 57.72º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDD73F is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 63 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.13 |
| HSL | 57.72º | 0.7% | 0.56% | - |
| HSV(B) | 57.72º | 0.71% | 0.87% | - |
| XYZ | 55.02 | 64.33 | 14.22 | - |
| YUV | 199.47 | 50.99 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 63 | 0 | 0.03 | 0.71 | 0.13 | 57.72 | 0.7 | 0.56 |
| Hex | DD | D7 | 3F | 0 | 3 | 47 | D | 3A | 46 | 38 |
| Octal | 335 | 327 | 77 | 0 | 3 | 107 | 15 | 72 | 106 | 70 |
| Binary | 11011101 | 11010111 | 111111 | 0 | 11 | 1000111 | 1101 | 111010 | 1000110 | 111000 |
Color Harmonies of #DDD73F
Complementary color
Monochromatic Colors of #DDD73F
Black with #DDD73F
Text Example
Text Example
White with #DDD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD73F; }
p { color: rgb(221,215,63); }
H1.HeaderClassName
{
color: #DDD73F;
}
.AnyTagClassName
{
color: #DDD73F;
}
</style>
background-color css
<style>
a { background-color: #DDD73F; }
a { background-color: rgb(221,215,63); }
div.DivClassName
{
background-color: #DDD73F;
}
.BgClassName
{
background-color: #DDD73F;
}
</style>
border-color css
<style>
span { border-color: #DDD73F; }
span { border-color: rgb(221,215,63); }
td.TdClassName
{
border-color: #DDD73F;
}
.TagClassName
{
border-color: #DDD73F;
}
</style>