Shades of Starship #DCD931
Tints of Starship #DCD931
RGB
CMYK
RGB Variations
Color information
#DCD931 (or 0xDCD931) is known color: Starship. HEX triplet: DC, D9 and 31. RGB value is (220,217,49). Sum of RGB (Red+Green+Blue) = 220+217+49=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 49 (19.53% from 255 or 10.08% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD931 is #2326CE. Grayscale: #C7C7C7. Windows color (decimal): -2303695 or 3267036. OLE color: 3267036.
HSL color Cylindrical-coordinate representation of color #DCD931: hue angle of 58.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCD931 is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 49 | - |
| CMYK | 0 | 0.01 | 0.78 | 0.14 |
| HSL | 58.95º | 0.71% | 0.53% | - |
| HSV(B) | 58.95º | 0.78% | 0.86% | - |
| XYZ | 54.88 | 65.06 | 12.57 | - |
| YUV | 198.75 | 43.49 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 49 | 0 | 0.01 | 0.78 | 0.14 | 58.95 | 0.71 | 0.53 |
| Hex | DC | D9 | 31 | 0 | 1 | 4E | E | 3B | 47 | 35 |
| Octal | 334 | 331 | 61 | 0 | 1 | 116 | 16 | 73 | 107 | 65 |
| Binary | 11011100 | 11011001 | 110001 | 0 | 1 | 1001110 | 1110 | 111011 | 1000111 | 110101 |
Color Harmonies of #DCD931
Complementary color
Monochromatic Colors of #DCD931
Black with #DCD931
Text Example
Text Example
White with #DCD931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD931; }
p { color: rgb(220,217,49); }
H1.HeaderClassName
{
color: #DCD931;
}
.AnyTagClassName
{
color: #DCD931;
}
</style>
background-color css
<style>
a { background-color: #DCD931; }
a { background-color: rgb(220,217,49); }
div.DivClassName
{
background-color: #DCD931;
}
.BgClassName
{
background-color: #DCD931;
}
</style>
border-color css
<style>
span { border-color: #DCD931; }
span { border-color: rgb(220,217,49); }
td.TdClassName
{
border-color: #DCD931;
}
.TagClassName
{
border-color: #DCD931;
}
</style>