Shades of Starship #DDDD33
Tints of Starship #DDDD33
RGB
CMYK
RGB Variations
Color information
#DDDD33 (or 0xDDDD33) is known color: Starship. HEX triplet: DD, DD and 33. RGB value is (221,221,51). Sum of RGB (Red+Green+Blue) = 221+221+51=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD33 is #2222CC. Grayscale: #CACACA. Windows color (decimal): -2237133 or 3399133. OLE color: 3399133.
HSL color Cylindrical-coordinate representation of color #DDDD33: hue angle of 60º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDDD33 is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 51 | - |
| CMYK | 0 | 0 | 0.77 | 0.13 |
| HSL | 60º | 0.71% | 0.53% | - |
| HSV(B) | 60º | 0.77% | 0.87% | - |
| XYZ | 56.27 | 67.32 | 13.16 | - |
| YUV | 201.62 | 43 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 51 | 0 | 0 | 0.77 | 0.13 | 60 | 0.71 | 0.53 |
| Hex | DD | DD | 33 | 0 | 0 | 4D | D | 3C | 47 | 35 |
| Octal | 335 | 335 | 63 | 0 | 0 | 115 | 15 | 74 | 107 | 65 |
| Binary | 11011101 | 11011101 | 110011 | 0 | 0 | 1001101 | 1101 | 111100 | 1000111 | 110101 |
Color Harmonies of #DDDD33
Complementary color
Monochromatic Colors of #DDDD33
Black with #DDDD33
Text Example
Text Example
White with #DDDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD33; }
p { color: rgb(221,221,51); }
H1.HeaderClassName
{
color: #DDDD33;
}
.AnyTagClassName
{
color: #DDDD33;
}
</style>
background-color css
<style>
a { background-color: #DDDD33; }
a { background-color: rgb(221,221,51); }
div.DivClassName
{
background-color: #DDDD33;
}
.BgClassName
{
background-color: #DDDD33;
}
</style>
border-color css
<style>
span { border-color: #DDDD33; }
span { border-color: rgb(221,221,51); }
td.TdClassName
{
border-color: #DDDD33;
}
.TagClassName
{
border-color: #DDDD33;
}
</style>