Shades of Starship #DDD836
Tints of Starship #DDD836
RGB
CMYK
RGB Variations
Color information
#DDD836 (or 0xDDD836) is known color: Starship. HEX triplet: DD, D8 and 36. RGB value is (221,216,54). Sum of RGB (Red+Green+Blue) = 221+216+54=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 54 (21.48% from 255 or 11.00% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD836 is #2227C9. Grayscale: #C7C7C7. Windows color (decimal): -2238410 or 3594461. OLE color: 3594461.
HSL color Cylindrical-coordinate representation of color #DDD836: hue angle of 58.2º 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 #DDD836 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 54 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.13 |
| HSL | 58.2º | 0.71% | 0.54% | - |
| HSV(B) | 58.2º | 0.76% | 0.87% | - |
| XYZ | 55.04 | 64.75 | 13.09 | - |
| YUV | 199.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 54 | 0 | 0.02 | 0.76 | 0.13 | 58.2 | 0.71 | 0.54 |
| Hex | DD | D8 | 36 | 0 | 2 | 4C | D | 3A | 47 | 36 |
| Octal | 335 | 330 | 66 | 0 | 2 | 114 | 15 | 72 | 107 | 66 |
| Binary | 11011101 | 11011000 | 110110 | 0 | 10 | 1001100 | 1101 | 111010 | 1000111 | 110110 |
Color Harmonies of #DDD836
Complementary color
Monochromatic Colors of #DDD836
Black with #DDD836
Text Example
Text Example
White with #DDD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD836; }
p { color: rgb(221,216,54); }
H1.HeaderClassName
{
color: #DDD836;
}
.AnyTagClassName
{
color: #DDD836;
}
</style>
background-color css
<style>
a { background-color: #DDD836; }
a { background-color: rgb(221,216,54); }
div.DivClassName
{
background-color: #DDD836;
}
.BgClassName
{
background-color: #DDD836;
}
</style>
border-color css
<style>
span { border-color: #DDD836; }
span { border-color: rgb(221,216,54); }
td.TdClassName
{
border-color: #DDD836;
}
.TagClassName
{
border-color: #DDD836;
}
</style>