Shades of Starship #DDD842
Tints of Starship #DDD842
RGB
CMYK
RGB Variations
Color information
#DDD842 (or 0xDDD842) is known color: Starship. HEX triplet: DD, D8 and 42. RGB value is (221,216,66). Sum of RGB (Red+Green+Blue) = 221+216+66=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD842 is #2227BD. Grayscale: #C9C9C9. Windows color (decimal): -2238398 or 4380893. OLE color: 4380893.
HSL color Cylindrical-coordinate representation of color #DDD842: hue angle of 58.06º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DDD842 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 66 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.13 |
| HSL | 58.06º | 0.7% | 0.56% | - |
| HSV(B) | 58.06º | 0.7% | 0.87% | - |
| XYZ | 55.36 | 64.88 | 14.76 | - |
| YUV | 200.4 | 52.16 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 66 | 0 | 0.02 | 0.70 | 0.13 | 58.06 | 0.7 | 0.56 |
| Hex | DD | D8 | 42 | 0 | 2 | 46 | D | 3A | 46 | 38 |
| Octal | 335 | 330 | 102 | 0 | 2 | 106 | 15 | 72 | 106 | 70 |
| Binary | 11011101 | 11011000 | 1000010 | 0 | 10 | 1000110 | 1101 | 111010 | 1000110 | 111000 |
Color Harmonies of #DDD842
Complementary color
Monochromatic Colors of #DDD842
Black with #DDD842
Text Example
Text Example
White with #DDD842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD842; }
p { color: rgb(221,216,66); }
H1.HeaderClassName
{
color: #DDD842;
}
.AnyTagClassName
{
color: #DDD842;
}
</style>
background-color css
<style>
a { background-color: #DDD842; }
a { background-color: rgb(221,216,66); }
div.DivClassName
{
background-color: #DDD842;
}
.BgClassName
{
background-color: #DDD842;
}
</style>
border-color css
<style>
span { border-color: #DDD842; }
span { border-color: rgb(221,216,66); }
td.TdClassName
{
border-color: #DDD842;
}
.TagClassName
{
border-color: #DDD842;
}
</style>