Shades of Starship #DDDA31
Tints of Starship #DDDA31
RGB
CMYK
RGB Variations
Color information
#DDDA31 (or 0xDDDA31) is known color: Starship. HEX triplet: DD, DA and 31. RGB value is (221,218,49). Sum of RGB (Red+Green+Blue) = 221+218+49=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 49 (19.53% from 255 or 10.04% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA31 is #2225CE. Grayscale: #C8C8C8. Windows color (decimal): -2237903 or 3267293. OLE color: 3267293.
HSL color Cylindrical-coordinate representation of color #DDDA31: hue angle of 58.95º 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 #DDDA31 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 49 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.13 |
| HSL | 58.95º | 0.72% | 0.53% | - |
| HSV(B) | 58.95º | 0.78% | 0.87% | - |
| XYZ | 55.44 | 65.74 | 12.67 | - |
| YUV | 199.63 | 42.99 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 49 | 0 | 0.01 | 0.78 | 0.13 | 58.95 | 0.72 | 0.53 |
| Hex | DD | DA | 31 | 0 | 1 | 4E | D | 3B | 48 | 35 |
| Octal | 335 | 332 | 61 | 0 | 1 | 116 | 15 | 73 | 110 | 65 |
| Binary | 11011101 | 11011010 | 110001 | 0 | 1 | 1001110 | 1101 | 111011 | 1001000 | 110101 |
Color Harmonies of #DDDA31
Complementary color
Monochromatic Colors of #DDDA31
Black with #DDDA31
Text Example
Text Example
White with #DDDA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDA31; }
p { color: rgb(221,218,49); }
H1.HeaderClassName
{
color: #DDDA31;
}
.AnyTagClassName
{
color: #DDDA31;
}
</style>
background-color css
<style>
a { background-color: #DDDA31; }
a { background-color: rgb(221,218,49); }
div.DivClassName
{
background-color: #DDDA31;
}
.BgClassName
{
background-color: #DDDA31;
}
</style>
border-color css
<style>
span { border-color: #DDDA31; }
span { border-color: rgb(221,218,49); }
td.TdClassName
{
border-color: #DDDA31;
}
.TagClassName
{
border-color: #DDDA31;
}
</style>