Shades of Starship #DDD735
Tints of Starship #DDD735
RGB
CMYK
RGB Variations
Color information
#DDD735 (or 0xDDD735) is known color: Starship. HEX triplet: DD, D7 and 35. RGB value is (221,215,53). Sum of RGB (Red+Green+Blue) = 221+215+53=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 53 (21.09% from 255 or 10.84% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD735 is #2228CA. Grayscale: #C6C6C6. Windows color (decimal): -2238667 or 3528669. OLE color: 3528669.
HSL color Cylindrical-coordinate representation of color #DDD735: hue angle of 57.86º 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 #DDD735 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 53 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.13 |
| HSL | 57.86º | 0.71% | 0.54% | - |
| HSV(B) | 57.86º | 0.76% | 0.87% | - |
| XYZ | 54.76 | 64.23 | 12.88 | - |
| YUV | 198.33 | 45.99 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 53 | 0 | 0.03 | 0.76 | 0.13 | 57.86 | 0.71 | 0.54 |
| Hex | DD | D7 | 35 | 0 | 3 | 4C | D | 3A | 47 | 36 |
| Octal | 335 | 327 | 65 | 0 | 3 | 114 | 15 | 72 | 107 | 66 |
| Binary | 11011101 | 11010111 | 110101 | 0 | 11 | 1001100 | 1101 | 111010 | 1000111 | 110110 |
Color Harmonies of #DDD735
Complementary color
Monochromatic Colors of #DDD735
Black with #DDD735
Text Example
Text Example
White with #DDD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD735; }
p { color: rgb(221,215,53); }
H1.HeaderClassName
{
color: #DDD735;
}
.AnyTagClassName
{
color: #DDD735;
}
</style>
background-color css
<style>
a { background-color: #DDD735; }
a { background-color: rgb(221,215,53); }
div.DivClassName
{
background-color: #DDD735;
}
.BgClassName
{
background-color: #DDD735;
}
</style>
border-color css
<style>
span { border-color: #DDD735; }
span { border-color: rgb(221,215,53); }
td.TdClassName
{
border-color: #DDD735;
}
.TagClassName
{
border-color: #DDD735;
}
</style>