Shades of Starship #DDDC37
Tints of Starship #DDDC37
RGB
CMYK
RGB Variations
Color information
#DDDC37 (or 0xDDDC37) is known color: Starship. HEX triplet: DD, DC and 37. RGB value is (221,220,55). Sum of RGB (Red+Green+Blue) = 221+220+55=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC37 is #2223C8. Grayscale: #CACACA. Windows color (decimal): -2237385 or 3661021. OLE color: 3661021.
HSL color Cylindrical-coordinate representation of color #DDDC37: hue angle of 59.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDDC37 is Cyan = 0, Magento = 0.00, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 55 | - |
| CMYK | 0 | 0.00 | 0.75 | 0.13 |
| HSL | 59.64º | 0.71% | 0.54% | - |
| HSV(B) | 59.64º | 0.75% | 0.87% | - |
| XYZ | 56.1 | 66.83 | 13.56 | - |
| YUV | 201.49 | 45.33 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 55 | 0 | 0.00 | 0.75 | 0.13 | 59.64 | 0.71 | 0.54 |
| Hex | DD | DC | 37 | 0 | 0 | 4B | D | 3C | 47 | 36 |
| Octal | 335 | 334 | 67 | 0 | 0 | 113 | 15 | 74 | 107 | 66 |
| Binary | 11011101 | 11011100 | 110111 | 0 | 0 | 1001011 | 1101 | 111100 | 1000111 | 110110 |
Color Harmonies of #DDDC37
Complementary color
Monochromatic Colors of #DDDC37
Black with #DDDC37
Text Example
Text Example
White with #DDDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC37; }
p { color: rgb(221,220,55); }
H1.HeaderClassName
{
color: #DDDC37;
}
.AnyTagClassName
{
color: #DDDC37;
}
</style>
background-color css
<style>
a { background-color: #DDDC37; }
a { background-color: rgb(221,220,55); }
div.DivClassName
{
background-color: #DDDC37;
}
.BgClassName
{
background-color: #DDDC37;
}
</style>
border-color css
<style>
span { border-color: #DDDC37; }
span { border-color: rgb(221,220,55); }
td.TdClassName
{
border-color: #DDDC37;
}
.TagClassName
{
border-color: #DDDC37;
}
</style>