Shades of Starship #DDDD45
Tints of Starship #DDDD45
RGB
CMYK
RGB Variations
Color information
#DDDD45 (or 0xDDDD45) is known color: Starship. HEX triplet: DD, DD and 45. RGB value is (221,221,69). Sum of RGB (Red+Green+Blue) = 221+221+69=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD45 is #2222BA. Grayscale: #CCCCCC. Windows color (decimal): -2237115 or 4578781. OLE color: 4578781.
HSL color Cylindrical-coordinate representation of color #DDDD45: 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 #DDDD45 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 69 | - |
| CMYK | 0 | 0 | 0.69 | 0.13 |
| HSL | 60º | 0.69% | 0.57% | - |
| HSV(B) | 60º | 0.69% | 0.87% | - |
| XYZ | 56.75 | 67.51 | 15.67 | - |
| YUV | 203.67 | 52 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 69 | 0 | 0 | 0.69 | 0.13 | 60 | 0.69 | 0.57 |
| Hex | DD | DD | 45 | 0 | 0 | 45 | D | 3C | 45 | 39 |
| Octal | 335 | 335 | 105 | 0 | 0 | 105 | 15 | 74 | 105 | 71 |
| Binary | 11011101 | 11011101 | 1000101 | 0 | 0 | 1000101 | 1101 | 111100 | 1000101 | 111001 |
Color Harmonies of #DDDD45
Complementary color
Monochromatic Colors of #DDDD45
Black with #DDDD45
Text Example
Text Example
White with #DDDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDD45; }
p { color: rgb(221,221,69); }
H1.HeaderClassName
{
color: #DDDD45;
}
.AnyTagClassName
{
color: #DDDD45;
}
</style>
background-color css
<style>
a { background-color: #DDDD45; }
a { background-color: rgb(221,221,69); }
div.DivClassName
{
background-color: #DDDD45;
}
.BgClassName
{
background-color: #DDDD45;
}
</style>
border-color css
<style>
span { border-color: #DDDD45; }
span { border-color: rgb(221,221,69); }
td.TdClassName
{
border-color: #DDDD45;
}
.TagClassName
{
border-color: #DDDD45;
}
</style>