Shades of Starship #DDD632
Tints of Starship #DDD632
RGB
CMYK
RGB Variations
Color information
#DDD632 (or 0xDDD632) is known color: Starship. HEX triplet: DD, D6 and 32. RGB value is (221,214,50). Sum of RGB (Red+Green+Blue) = 221+214+50=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD632 is #2229CD. Grayscale: #C6C6C6. Windows color (decimal): -2238926 or 3331805. OLE color: 3331805.
HSL color Cylindrical-coordinate representation of color #DDD632: hue angle of 57.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDD632 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 50 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.13 |
| HSL | 57.54º | 0.72% | 0.53% | - |
| HSV(B) | 57.54º | 0.77% | 0.87% | - |
| XYZ | 54.44 | 63.7 | 12.44 | - |
| YUV | 197.4 | 44.82 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 50 | 0 | 0.03 | 0.77 | 0.13 | 57.54 | 0.72 | 0.53 |
| Hex | DD | D6 | 32 | 0 | 3 | 4D | D | 3A | 48 | 35 |
| Octal | 335 | 326 | 62 | 0 | 3 | 115 | 15 | 72 | 110 | 65 |
| Binary | 11011101 | 11010110 | 110010 | 0 | 11 | 1001101 | 1101 | 111010 | 1001000 | 110101 |
Color Harmonies of #DDD632
Complementary color
Monochromatic Colors of #DDD632
Black with #DDD632
Text Example
Text Example
White with #DDD632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD632; }
p { color: rgb(221,214,50); }
H1.HeaderClassName
{
color: #DDD632;
}
.AnyTagClassName
{
color: #DDD632;
}
</style>
background-color css
<style>
a { background-color: #DDD632; }
a { background-color: rgb(221,214,50); }
div.DivClassName
{
background-color: #DDD632;
}
.BgClassName
{
background-color: #DDD632;
}
</style>
border-color css
<style>
span { border-color: #DDD632; }
span { border-color: rgb(221,214,50); }
td.TdClassName
{
border-color: #DDD632;
}
.TagClassName
{
border-color: #DDD632;
}
</style>