Shades of Starship #DDDC30
Tints of Starship #DDDC30
RGB
CMYK
RGB Variations
Color information
#DDDC30 (or 0xDDDC30) is known color: Starship. HEX triplet: DD, DC and 30. RGB value is (221,220,48). Sum of RGB (Red+Green+Blue) = 221+220+48=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 48 (19.14% from 255 or 9.82% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC30 is #2223CF. Grayscale: #C9C9C9. Windows color (decimal): -2237392 or 3202269. OLE color: 3202269.
HSL color Cylindrical-coordinate representation of color #DDDC30: hue angle of 59.65º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DDDC30 is Cyan = 0, Magento = 0.00, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 48 | - |
| CMYK | 0 | 0.00 | 0.78 | 0.13 |
| HSL | 59.65º | 0.72% | 0.53% | - |
| HSV(B) | 59.65º | 0.78% | 0.87% | - |
| XYZ | 55.95 | 66.77 | 12.74 | - |
| YUV | 200.69 | 41.83 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 48 | 0 | 0.00 | 0.78 | 0.13 | 59.65 | 0.72 | 0.53 |
| Hex | DD | DC | 30 | 0 | 0 | 4E | D | 3C | 48 | 35 |
| Octal | 335 | 334 | 60 | 0 | 0 | 116 | 15 | 74 | 110 | 65 |
| Binary | 11011101 | 11011100 | 110000 | 0 | 0 | 1001110 | 1101 | 111100 | 1001000 | 110101 |
Color Harmonies of #DDDC30
Complementary color
Monochromatic Colors of #DDDC30
Black with #DDDC30
Text Example
Text Example
White with #DDDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDC30; }
p { color: rgb(221,220,48); }
H1.HeaderClassName
{
color: #DDDC30;
}
.AnyTagClassName
{
color: #DDDC30;
}
</style>
background-color css
<style>
a { background-color: #DDDC30; }
a { background-color: rgb(221,220,48); }
div.DivClassName
{
background-color: #DDDC30;
}
.BgClassName
{
background-color: #DDDC30;
}
</style>
border-color css
<style>
span { border-color: #DDDC30; }
span { border-color: rgb(221,220,48); }
td.TdClassName
{
border-color: #DDDC30;
}
.TagClassName
{
border-color: #DDDC30;
}
</style>