Shades of Starship #DDD731
Tints of Starship #DDD731
RGB
CMYK
RGB Variations
Color information
#DDD731 (or 0xDDD731) is known color: Starship. HEX triplet: DD, D7 and 31. RGB value is (221,215,49). Sum of RGB (Red+Green+Blue) = 221+215+49=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD731 is #2228CE. Grayscale: #C6C6C6. Windows color (decimal): -2238671 or 3266525. OLE color: 3266525.
HSL color Cylindrical-coordinate representation of color #DDD731: hue angle of 57.91º 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 #DDD731 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 49 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.13 |
| HSL | 57.91º | 0.72% | 0.53% | - |
| HSV(B) | 57.91º | 0.78% | 0.87% | - |
| XYZ | 54.67 | 64.19 | 12.41 | - |
| YUV | 197.87 | 43.99 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 49 | 0 | 0.03 | 0.78 | 0.13 | 57.91 | 0.72 | 0.53 |
| Hex | DD | D7 | 31 | 0 | 3 | 4E | D | 3A | 48 | 35 |
| Octal | 335 | 327 | 61 | 0 | 3 | 116 | 15 | 72 | 110 | 65 |
| Binary | 11011101 | 11010111 | 110001 | 0 | 11 | 1001110 | 1101 | 111010 | 1001000 | 110101 |
Color Harmonies of #DDD731
Complementary color
Monochromatic Colors of #DDD731
Black with #DDD731
Text Example
Text Example
White with #DDD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD731; }
p { color: rgb(221,215,49); }
H1.HeaderClassName
{
color: #DDD731;
}
.AnyTagClassName
{
color: #DDD731;
}
</style>
background-color css
<style>
a { background-color: #DDD731; }
a { background-color: rgb(221,215,49); }
div.DivClassName
{
background-color: #DDD731;
}
.BgClassName
{
background-color: #DDD731;
}
</style>
border-color css
<style>
span { border-color: #DDD731; }
span { border-color: rgb(221,215,49); }
td.TdClassName
{
border-color: #DDD731;
}
.TagClassName
{
border-color: #DDD731;
}
</style>