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