Shades of Starship #DCD832
Tints of Starship #DCD832
RGB
CMYK
RGB Variations
Color information
#DCD832 (or 0xDCD832) is known color: Starship. HEX triplet: DC, D8 and 32. RGB value is (220,216,50). Sum of RGB (Red+Green+Blue) = 220+216+50=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 216 (84.77% from 255 or 44.44% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD832 is #2327CD. Grayscale: #C6C6C6. Windows color (decimal): -2303950 or 3332316. OLE color: 3332316.
HSL color Cylindrical-coordinate representation of color #DCD832: hue angle of 58.59º 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 #DCD832 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 50 | - |
| CMYK | 0 | 0.02 | 0.77 | 0.14 |
| HSL | 58.59º | 0.71% | 0.53% | - |
| HSV(B) | 58.59º | 0.77% | 0.86% | - |
| XYZ | 54.65 | 64.56 | 12.6 | - |
| YUV | 198.27 | 44.33 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 50 | 0 | 0.02 | 0.77 | 0.14 | 58.59 | 0.71 | 0.53 |
| Hex | DC | D8 | 32 | 0 | 2 | 4D | E | 3B | 47 | 35 |
| Octal | 334 | 330 | 62 | 0 | 2 | 115 | 16 | 73 | 107 | 65 |
| Binary | 11011100 | 11011000 | 110010 | 0 | 10 | 1001101 | 1110 | 111011 | 1000111 | 110101 |
Color Harmonies of #DCD832
Complementary color
Monochromatic Colors of #DCD832
Black with #DCD832
Text Example
Text Example
White with #DCD832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD832; }
p { color: rgb(220,216,50); }
H1.HeaderClassName
{
color: #DCD832;
}
.AnyTagClassName
{
color: #DCD832;
}
</style>
background-color css
<style>
a { background-color: #DCD832; }
a { background-color: rgb(220,216,50); }
div.DivClassName
{
background-color: #DCD832;
}
.BgClassName
{
background-color: #DCD832;
}
</style>
border-color css
<style>
span { border-color: #DCD832; }
span { border-color: rgb(220,216,50); }
td.TdClassName
{
border-color: #DCD832;
}
.TagClassName
{
border-color: #DCD832;
}
</style>