Shades of Starship #DCD839
Tints of Starship #DCD839
RGB
CMYK
RGB Variations
Color information
#DCD839 (or 0xDCD839) is known color: Starship. HEX triplet: DC, D8 and 39. RGB value is (220,216,57). Sum of RGB (Red+Green+Blue) = 220+216+57=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD839 is #2327C6. Grayscale: #C7C7C7. Windows color (decimal): -2303943 or 3791068. OLE color: 3791068.
HSL color Cylindrical-coordinate representation of color #DCD839: hue angle of 58.53º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCD839 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 57 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.14 |
| HSL | 58.53º | 0.7% | 0.54% | - |
| HSV(B) | 58.53º | 0.74% | 0.86% | - |
| XYZ | 54.81 | 64.62 | 13.46 | - |
| YUV | 199.07 | 47.83 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 57 | 0 | 0.02 | 0.74 | 0.14 | 58.53 | 0.7 | 0.54 |
| Hex | DC | D8 | 39 | 0 | 2 | 4A | E | 3B | 46 | 36 |
| Octal | 334 | 330 | 71 | 0 | 2 | 112 | 16 | 73 | 106 | 66 |
| Binary | 11011100 | 11011000 | 111001 | 0 | 10 | 1001010 | 1110 | 111011 | 1000110 | 110110 |
Color Harmonies of #DCD839
Complementary color
Monochromatic Colors of #DCD839
Black with #DCD839
Text Example
Text Example
White with #DCD839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD839; }
p { color: rgb(220,216,57); }
H1.HeaderClassName
{
color: #DCD839;
}
.AnyTagClassName
{
color: #DCD839;
}
</style>
background-color css
<style>
a { background-color: #DCD839; }
a { background-color: rgb(220,216,57); }
div.DivClassName
{
background-color: #DCD839;
}
.BgClassName
{
background-color: #DCD839;
}
</style>
border-color css
<style>
span { border-color: #DCD839; }
span { border-color: rgb(220,216,57); }
td.TdClassName
{
border-color: #DCD839;
}
.TagClassName
{
border-color: #DCD839;
}
</style>