Shades of Starship #DDD73D
Tints of Starship #DDD73D
RGB
CMYK
RGB Variations
Color information
#DDD73D (or 0xDDD73D) is known color: Starship. HEX triplet: DD, D7 and 3D. RGB value is (221,215,61). Sum of RGB (Red+Green+Blue) = 221+215+61=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 61 (24.22% from 255 or 12.27% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD73D is #2228C2. Grayscale: #C7C7C7. Windows color (decimal): -2238659 or 4052957. OLE color: 4052957.
HSL color Cylindrical-coordinate representation of color #DDD73D: hue angle of 57.75º 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 #DDD73D is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 61 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.13 |
| HSL | 57.75º | 0.7% | 0.55% | - |
| HSV(B) | 57.75º | 0.72% | 0.87% | - |
| XYZ | 54.96 | 64.31 | 13.93 | - |
| YUV | 199.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 61 | 0 | 0.03 | 0.72 | 0.13 | 57.75 | 0.7 | 0.55 |
| Hex | DD | D7 | 3D | 0 | 3 | 48 | D | 3A | 46 | 37 |
| Octal | 335 | 327 | 75 | 0 | 3 | 110 | 15 | 72 | 106 | 67 |
| Binary | 11011101 | 11010111 | 111101 | 0 | 11 | 1001000 | 1101 | 111010 | 1000110 | 110111 |
Color Harmonies of #DDD73D
Complementary color
Monochromatic Colors of #DDD73D
Black with #DDD73D
Text Example
Text Example
White with #DDD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD73D; }
p { color: rgb(221,215,61); }
H1.HeaderClassName
{
color: #DDD73D;
}
.AnyTagClassName
{
color: #DDD73D;
}
</style>
background-color css
<style>
a { background-color: #DDD73D; }
a { background-color: rgb(221,215,61); }
div.DivClassName
{
background-color: #DDD73D;
}
.BgClassName
{
background-color: #DDD73D;
}
</style>
border-color css
<style>
span { border-color: #DDD73D; }
span { border-color: rgb(221,215,61); }
td.TdClassName
{
border-color: #DDD73D;
}
.TagClassName
{
border-color: #DDD73D;
}
</style>