Shades of Starship #DCD933
Tints of Starship #DCD933
RGB
CMYK
RGB Variations
Color information
#DCD933 (or 0xDCD933) is known color: Starship. HEX triplet: DC, D9 and 33. RGB value is (220,217,51). Sum of RGB (Red+Green+Blue) = 220+217+51=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD933 is #2326CC. Grayscale: #C7C7C7. Windows color (decimal): -2303693 or 3398108. OLE color: 3398108.
HSL color Cylindrical-coordinate representation of color #DCD933: hue angle of 58.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCD933 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 51 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.14 |
| HSL | 58.93º | 0.71% | 0.53% | - |
| HSV(B) | 58.93º | 0.77% | 0.86% | - |
| XYZ | 54.93 | 65.08 | 12.8 | - |
| YUV | 198.97 | 44.49 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 51 | 0 | 0.01 | 0.77 | 0.14 | 58.93 | 0.71 | 0.53 |
| Hex | DC | D9 | 33 | 0 | 1 | 4D | E | 3B | 47 | 35 |
| Octal | 334 | 331 | 63 | 0 | 1 | 115 | 16 | 73 | 107 | 65 |
| Binary | 11011100 | 11011001 | 110011 | 0 | 1 | 1001101 | 1110 | 111011 | 1000111 | 110101 |
Color Harmonies of #DCD933
Complementary color
Monochromatic Colors of #DCD933
Black with #DCD933
Text Example
Text Example
White with #DCD933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD933; }
p { color: rgb(220,217,51); }
H1.HeaderClassName
{
color: #DCD933;
}
.AnyTagClassName
{
color: #DCD933;
}
</style>
background-color css
<style>
a { background-color: #DCD933; }
a { background-color: rgb(220,217,51); }
div.DivClassName
{
background-color: #DCD933;
}
.BgClassName
{
background-color: #DCD933;
}
</style>
border-color css
<style>
span { border-color: #DCD933; }
span { border-color: rgb(220,217,51); }
td.TdClassName
{
border-color: #DCD933;
}
.TagClassName
{
border-color: #DCD933;
}
</style>