Shades of Starship #DDDC44
Tints of Starship #DDDC44
RGB
CMYK
RGB Variations
Color information
#DDDC44 (or 0xDDDC44) is known color: Starship. HEX triplet: DD, DC and 44. RGB value is (221,220,68). Sum of RGB (Red+Green+Blue) = 221+220+68=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 68 (26.95% from 255 or 13.36% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC44 is #2223BB. Grayscale: #CBCBCB. Windows color (decimal): -2237372 or 4512989. OLE color: 4512989.
HSL color Cylindrical-coordinate representation of color #DDDC44: hue angle of 59.61º 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 #DDDC44 is Cyan = 0, Magento = 0.00, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 68 | - |
| CMYK | 0 | 0.00 | 0.69 | 0.13 |
| HSL | 59.61º | 0.69% | 0.57% | - |
| HSV(B) | 59.61º | 0.69% | 0.87% | - |
| XYZ | 56.46 | 66.98 | 15.42 | - |
| YUV | 202.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 68 | 0 | 0.00 | 0.69 | 0.13 | 59.61 | 0.69 | 0.57 |
| Hex | DD | DC | 44 | 0 | 0 | 45 | D | 3C | 45 | 39 |
| Octal | 335 | 334 | 104 | 0 | 0 | 105 | 15 | 74 | 105 | 71 |
| Binary | 11011101 | 11011100 | 1000100 | 0 | 0 | 1000101 | 1101 | 111100 | 1000101 | 111001 |
Color Harmonies of #DDDC44
Complementary color
Monochromatic Colors of #DDDC44
Black with #DDDC44
Text Example
Text Example
White with #DDDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC44; }
p { color: rgb(221,220,68); }
H1.HeaderClassName
{
color: #DDDC44;
}
.AnyTagClassName
{
color: #DDDC44;
}
</style>
background-color css
<style>
a { background-color: #DDDC44; }
a { background-color: rgb(221,220,68); }
div.DivClassName
{
background-color: #DDDC44;
}
.BgClassName
{
background-color: #DDDC44;
}
</style>
border-color css
<style>
span { border-color: #DDDC44; }
span { border-color: rgb(221,220,68); }
td.TdClassName
{
border-color: #DDDC44;
}
.TagClassName
{
border-color: #DDDC44;
}
</style>