Shades of Starship #DDDD44
Tints of Starship #DDDD44
RGB
CMYK
RGB Variations
Color information
#DDDD44 (or 0xDDDD44) is known color: Starship. HEX triplet: DD, DD and 44. RGB value is (221,221,68). Sum of RGB (Red+Green+Blue) = 221+221+68=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 68 (26.95% from 255 or 13.33% from 510); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD44 is #2222BB. Grayscale: #CCCCCC. Windows color (decimal): -2237116 or 4513245. OLE color: 4513245.
HSL color Cylindrical-coordinate representation of color #DDDD44: hue angle of 60º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDDD44 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 68 | - |
| CMYK | 0 | 0 | 0.69 | 0.13 |
| HSL | 60º | 0.69% | 0.57% | - |
| HSV(B) | 60º | 0.69% | 0.87% | - |
| XYZ | 56.72 | 67.5 | 15.51 | - |
| YUV | 203.56 | 51.5 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 68 | 0 | 0 | 0.69 | 0.13 | 60 | 0.69 | 0.57 |
| Hex | DD | DD | 44 | 0 | 0 | 45 | D | 3C | 45 | 39 |
| Octal | 335 | 335 | 104 | 0 | 0 | 105 | 15 | 74 | 105 | 71 |
| Binary | 11011101 | 11011101 | 1000100 | 0 | 0 | 1000101 | 1101 | 111100 | 1000101 | 111001 |
Color Harmonies of #DDDD44
Complementary color
Monochromatic Colors of #DDDD44
Black with #DDDD44
Text Example
Text Example
White with #DDDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD44; }
p { color: rgb(221,221,68); }
H1.HeaderClassName
{
color: #DDDD44;
}
.AnyTagClassName
{
color: #DDDD44;
}
</style>
background-color css
<style>
a { background-color: #DDDD44; }
a { background-color: rgb(221,221,68); }
div.DivClassName
{
background-color: #DDDD44;
}
.BgClassName
{
background-color: #DDDD44;
}
</style>
border-color css
<style>
span { border-color: #DDDD44; }
span { border-color: rgb(221,221,68); }
td.TdClassName
{
border-color: #DDDD44;
}
.TagClassName
{
border-color: #DDDD44;
}
</style>