Shades of Starship #DCD83E
Tints of Starship #DCD83E
RGB
CMYK
RGB Variations
Color information
#DCD83E (or 0xDCD83E) is known color: Starship. HEX triplet: DC, D8 and 3E. RGB value is (220,216,62). Sum of RGB (Red+Green+Blue) = 220+216+62=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 62 (24.61% from 255 or 12.45% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD83E is #2327C1. Grayscale: #C8C8C8. Windows color (decimal): -2303938 or 4118748. OLE color: 4118748.
HSL color Cylindrical-coordinate representation of color #DCD83E: hue angle of 58.48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCD83E is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 62 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.14 |
| HSL | 58.48º | 0.69% | 0.55% | - |
| HSV(B) | 58.48º | 0.72% | 0.86% | - |
| XYZ | 54.94 | 64.68 | 14.15 | - |
| YUV | 199.64 | 50.33 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 62 | 0 | 0.02 | 0.72 | 0.14 | 58.48 | 0.69 | 0.55 |
| Hex | DC | D8 | 3E | 0 | 2 | 48 | E | 3A | 45 | 37 |
| Octal | 334 | 330 | 76 | 0 | 2 | 110 | 16 | 72 | 105 | 67 |
| Binary | 11011100 | 11011000 | 111110 | 0 | 10 | 1001000 | 1110 | 111010 | 1000101 | 110111 |
Color Harmonies of #DCD83E
Complementary color
Monochromatic Colors of #DCD83E
Black with #DCD83E
Text Example
Text Example
White with #DCD83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD83E; }
p { color: rgb(220,216,62); }
H1.HeaderClassName
{
color: #DCD83E;
}
.AnyTagClassName
{
color: #DCD83E;
}
</style>
background-color css
<style>
a { background-color: #DCD83E; }
a { background-color: rgb(220,216,62); }
div.DivClassName
{
background-color: #DCD83E;
}
.BgClassName
{
background-color: #DCD83E;
}
</style>
border-color css
<style>
span { border-color: #DCD83E; }
span { border-color: rgb(220,216,62); }
td.TdClassName
{
border-color: #DCD83E;
}
.TagClassName
{
border-color: #DCD83E;
}
</style>