Shades of Starship #DDD93D
Tints of Starship #DDD93D
RGB
CMYK
RGB Variations
Color information
#DDD93D (or 0xDDD93D) is known color: Starship. HEX triplet: DD, D9 and 3D. RGB value is (221,217,61). Sum of RGB (Red+Green+Blue) = 221+217+61=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 61 (24.22% from 255 or 12.22% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD93D is #2226C2. Grayscale: #C9C9C9. Windows color (decimal): -2238147 or 4053469. OLE color: 4053469.
HSL color Cylindrical-coordinate representation of color #DDD93D: hue angle of 58.5º 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 #DDD93D is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 217 | 61 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.13 |
| HSL | 58.5º | 0.7% | 0.55% | - |
| HSV(B) | 58.5º | 0.72% | 0.87% | - |
| XYZ | 55.47 | 65.33 | 14.1 | - |
| YUV | 200.41 | 49.33 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 217 | 61 | 0 | 0.02 | 0.72 | 0.13 | 58.5 | 0.7 | 0.55 |
| Hex | DD | D9 | 3D | 0 | 2 | 48 | D | 3A | 46 | 37 |
| Octal | 335 | 331 | 75 | 0 | 2 | 110 | 15 | 72 | 106 | 67 |
| Binary | 11011101 | 11011001 | 111101 | 0 | 10 | 1001000 | 1101 | 111010 | 1000110 | 110111 |
Color Harmonies of #DDD93D
Complementary color
Monochromatic Colors of #DDD93D
Black with #DDD93D
Text Example
Text Example
White with #DDD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD93D; }
p { color: rgb(221,217,61); }
H1.HeaderClassName
{
color: #DDD93D;
}
.AnyTagClassName
{
color: #DDD93D;
}
</style>
background-color css
<style>
a { background-color: #DDD93D; }
a { background-color: rgb(221,217,61); }
div.DivClassName
{
background-color: #DDD93D;
}
.BgClassName
{
background-color: #DDD93D;
}
</style>
border-color css
<style>
span { border-color: #DDD93D; }
span { border-color: rgb(221,217,61); }
td.TdClassName
{
border-color: #DDD93D;
}
.TagClassName
{
border-color: #DDD93D;
}
</style>