Shades of Starship #DCD932
Tints of Starship #DCD932
RGB
CMYK
RGB Variations
Color information
#DCD932 (or 0xDCD932) is known color: Starship. HEX triplet: DC, D9 and 32. RGB value is (220,217,50). Sum of RGB (Red+Green+Blue) = 220+217+50=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 50 (19.92% from 255 or 10.27% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD932 is #2326CD. Grayscale: #C7C7C7. Windows color (decimal): -2303694 or 3332572. OLE color: 3332572.
HSL color Cylindrical-coordinate representation of color #DCD932: hue angle of 58.94º 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 #DCD932 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 50 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.14 |
| HSL | 58.94º | 0.71% | 0.53% | - |
| HSV(B) | 58.94º | 0.77% | 0.86% | - |
| XYZ | 54.9 | 65.07 | 12.68 | - |
| YUV | 198.86 | 43.99 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 50 | 0 | 0.01 | 0.77 | 0.14 | 58.94 | 0.71 | 0.53 |
| Hex | DC | D9 | 32 | 0 | 1 | 4D | E | 3B | 47 | 35 |
| Octal | 334 | 331 | 62 | 0 | 1 | 115 | 16 | 73 | 107 | 65 |
| Binary | 11011100 | 11011001 | 110010 | 0 | 1 | 1001101 | 1110 | 111011 | 1000111 | 110101 |
Color Harmonies of #DCD932
Complementary color
Monochromatic Colors of #DCD932
Black with #DCD932
Text Example
Text Example
White with #DCD932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD932; }
p { color: rgb(220,217,50); }
H1.HeaderClassName
{
color: #DCD932;
}
.AnyTagClassName
{
color: #DCD932;
}
</style>
background-color css
<style>
a { background-color: #DCD932; }
a { background-color: rgb(220,217,50); }
div.DivClassName
{
background-color: #DCD932;
}
.BgClassName
{
background-color: #DCD932;
}
</style>
border-color css
<style>
span { border-color: #DCD932; }
span { border-color: rgb(220,217,50); }
td.TdClassName
{
border-color: #DCD932;
}
.TagClassName
{
border-color: #DCD932;
}
</style>