Shades of Starship #DDD531
Tints of Starship #DDD531
RGB
CMYK
RGB Variations
Color information
#DDD531 (or 0xDDD531) is known color: Starship. HEX triplet: DD, D5 and 31. RGB value is (221,213,49). Sum of RGB (Red+Green+Blue) = 221+213+49=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD531 is #222ACE. Grayscale: #C5C5C5. Windows color (decimal): -2239183 or 3266013. OLE color: 3266013.
HSL color Cylindrical-coordinate representation of color #DDD531: hue angle of 57.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDD531 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 49 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.13 |
| HSL | 57.21º | 0.72% | 0.53% | - |
| HSV(B) | 57.21º | 0.78% | 0.87% | - |
| XYZ | 54.17 | 63.18 | 12.25 | - |
| YUV | 196.7 | 44.65 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 49 | 0 | 0.04 | 0.78 | 0.13 | 57.21 | 0.72 | 0.53 |
| Hex | DD | D5 | 31 | 0 | 4 | 4E | D | 39 | 48 | 35 |
| Octal | 335 | 325 | 61 | 0 | 4 | 116 | 15 | 71 | 110 | 65 |
| Binary | 11011101 | 11010101 | 110001 | 0 | 100 | 1001110 | 1101 | 111001 | 1001000 | 110101 |
Color Harmonies of #DDD531
Complementary color
Monochromatic Colors of #DDD531
Black with #DDD531
Text Example
Text Example
White with #DDD531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD531; }
p { color: rgb(221,213,49); }
H1.HeaderClassName
{
color: #DDD531;
}
.AnyTagClassName
{
color: #DDD531;
}
</style>
background-color css
<style>
a { background-color: #DDD531; }
a { background-color: rgb(221,213,49); }
div.DivClassName
{
background-color: #DDD531;
}
.BgClassName
{
background-color: #DDD531;
}
</style>
border-color css
<style>
span { border-color: #DDD531; }
span { border-color: rgb(221,213,49); }
td.TdClassName
{
border-color: #DDD531;
}
.TagClassName
{
border-color: #DDD531;
}
</style>