Shades of Starship #DDDC35
Tints of Starship #DDDC35
RGB
CMYK
RGB Variations
Color information
#DDDC35 (or 0xDDDC35) is known color: Starship. HEX triplet: DD, DC and 35. RGB value is (221,220,53). Sum of RGB (Red+Green+Blue) = 221+220+53=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC35 is #2223CA. Grayscale: #C9C9C9. Windows color (decimal): -2237387 or 3529949. OLE color: 3529949.
HSL color Cylindrical-coordinate representation of color #DDDC35: 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.76%. Process color model (Four color, CMYK) of #DDDC35 is Cyan = 0, Magento = 0.00, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 53 | - |
| CMYK | 0 | 0.00 | 0.76 | 0.13 |
| HSL | 59.64º | 0.71% | 0.54% | - |
| HSV(B) | 59.64º | 0.76% | 0.87% | - |
| XYZ | 56.05 | 66.82 | 13.31 | - |
| YUV | 201.26 | 44.33 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 53 | 0 | 0.00 | 0.76 | 0.13 | 59.64 | 0.71 | 0.54 |
| Hex | DD | DC | 35 | 0 | 0 | 4C | D | 3C | 47 | 36 |
| Octal | 335 | 334 | 65 | 0 | 0 | 114 | 15 | 74 | 107 | 66 |
| Binary | 11011101 | 11011100 | 110101 | 0 | 0 | 1001100 | 1101 | 111100 | 1000111 | 110110 |
Color Harmonies of #DDDC35
Complementary color
Monochromatic Colors of #DDDC35
Black with #DDDC35
Text Example
Text Example
White with #DDDC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC35; }
p { color: rgb(221,220,53); }
H1.HeaderClassName
{
color: #DDDC35;
}
.AnyTagClassName
{
color: #DDDC35;
}
</style>
background-color css
<style>
a { background-color: #DDDC35; }
a { background-color: rgb(221,220,53); }
div.DivClassName
{
background-color: #DDDC35;
}
.BgClassName
{
background-color: #DDDC35;
}
</style>
border-color css
<style>
span { border-color: #DDDC35; }
span { border-color: rgb(221,220,53); }
td.TdClassName
{
border-color: #DDDC35;
}
.TagClassName
{
border-color: #DDDC35;
}
</style>