Shades of Starship #DDDD46
Tints of Starship #DDDD46
RGB
CMYK
RGB Variations
Color information
#DDDD46 (or 0xDDDD46) is known color: Starship. HEX triplet: DD, DD and 46. RGB value is (221,221,70). Sum of RGB (Red+Green+Blue) = 221+221+70=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 70 (27.73% from 255 or 13.67% from 512); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD46 is #2222B9. Grayscale: #CCCCCC. Windows color (decimal): -2237114 or 4644317. OLE color: 4644317.
HSL color Cylindrical-coordinate representation of color #DDDD46: 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.68%. Process color model (Four color, CMYK) of #DDDD46 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 70 | - |
| CMYK | 0 | 0 | 0.68 | 0.13 |
| HSL | 60º | 0.69% | 0.57% | - |
| HSV(B) | 60º | 0.68% | 0.87% | - |
| XYZ | 56.78 | 67.53 | 15.84 | - |
| YUV | 203.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 70 | 0 | 0 | 0.68 | 0.13 | 60 | 0.69 | 0.57 |
| Hex | DD | DD | 46 | 0 | 0 | 44 | D | 3C | 45 | 39 |
| Octal | 335 | 335 | 106 | 0 | 0 | 104 | 15 | 74 | 105 | 71 |
| Binary | 11011101 | 11011101 | 1000110 | 0 | 0 | 1000100 | 1101 | 111100 | 1000101 | 111001 |
Color Harmonies of #DDDD46
Complementary color
Monochromatic Colors of #DDDD46
Black with #DDDD46
Text Example
Text Example
White with #DDDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD46; }
p { color: rgb(221,221,70); }
H1.HeaderClassName
{
color: #DDDD46;
}
.AnyTagClassName
{
color: #DDDD46;
}
</style>
background-color css
<style>
a { background-color: #DDDD46; }
a { background-color: rgb(221,221,70); }
div.DivClassName
{
background-color: #DDDD46;
}
.BgClassName
{
background-color: #DDDD46;
}
</style>
border-color css
<style>
span { border-color: #DDDD46; }
span { border-color: rgb(221,221,70); }
td.TdClassName
{
border-color: #DDDD46;
}
.TagClassName
{
border-color: #DDDD46;
}
</style>