Shades of Starship #DDD435
Tints of Starship #DDD435
RGB
CMYK
RGB Variations
Color information
#DDD435 (or 0xDDD435) is known color: Starship. HEX triplet: DD, D4 and 35. RGB value is (221,212,53). Sum of RGB (Red+Green+Blue) = 221+212+53=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD435 is #222BCA. Grayscale: #C5C5C5. Windows color (decimal): -2239435 or 3527901. OLE color: 3527901.
HSL color Cylindrical-coordinate representation of color #DDD435: hue angle of 56.79º 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 #DDD435 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 212 | 53 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.13 |
| HSL | 56.79º | 0.71% | 0.54% | - |
| HSV(B) | 56.79º | 0.76% | 0.87% | - |
| XYZ | 54 | 62.72 | 12.63 | - |
| YUV | 196.57 | 46.98 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 212 | 53 | 0 | 0.04 | 0.76 | 0.13 | 56.79 | 0.71 | 0.54 |
| Hex | DD | D4 | 35 | 0 | 4 | 4C | D | 39 | 47 | 36 |
| Octal | 335 | 324 | 65 | 0 | 4 | 114 | 15 | 71 | 107 | 66 |
| Binary | 11011101 | 11010100 | 110101 | 0 | 100 | 1001100 | 1101 | 111001 | 1000111 | 110110 |
Color Harmonies of #DDD435
Complementary color
Monochromatic Colors of #DDD435
Black with #DDD435
Text Example
Text Example
White with #DDD435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD435; }
p { color: rgb(221,212,53); }
H1.HeaderClassName
{
color: #DDD435;
}
.AnyTagClassName
{
color: #DDD435;
}
</style>
background-color css
<style>
a { background-color: #DDD435; }
a { background-color: rgb(221,212,53); }
div.DivClassName
{
background-color: #DDD435;
}
.BgClassName
{
background-color: #DDD435;
}
</style>
border-color css
<style>
span { border-color: #DDD435; }
span { border-color: rgb(221,212,53); }
td.TdClassName
{
border-color: #DDD435;
}
.TagClassName
{
border-color: #DDD435;
}
</style>