Shades of Starship #DCD640
Tints of Starship #DCD640
RGB
CMYK
RGB Variations
Color information
#DCD640 (or 0xDCD640) is known color: Starship. HEX triplet: DC, D6 and 40. RGB value is (220,214,64). Sum of RGB (Red+Green+Blue) = 220+214+64=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD640 is #2329BF. Grayscale: #C7C7C7. Windows color (decimal): -2304448 or 4249308. OLE color: 4249308.
HSL color Cylindrical-coordinate representation of color #DCD640: hue angle of 57.69º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCD640 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 64 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.14 |
| HSL | 57.69º | 0.69% | 0.56% | - |
| HSV(B) | 57.69º | 0.71% | 0.86% | - |
| XYZ | 54.49 | 63.68 | 14.27 | - |
| YUV | 198.69 | 51.99 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 64 | 0 | 0.03 | 0.71 | 0.14 | 57.69 | 0.69 | 0.56 |
| Hex | DC | D6 | 40 | 0 | 3 | 47 | E | 3A | 45 | 38 |
| Octal | 334 | 326 | 100 | 0 | 3 | 107 | 16 | 72 | 105 | 70 |
| Binary | 11011100 | 11010110 | 1000000 | 0 | 11 | 1000111 | 1110 | 111010 | 1000101 | 111000 |
Color Harmonies of #DCD640
Complementary color
Monochromatic Colors of #DCD640
Black with #DCD640
Text Example
Text Example
White with #DCD640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD640; }
p { color: rgb(220,214,64); }
H1.HeaderClassName
{
color: #DCD640;
}
.AnyTagClassName
{
color: #DCD640;
}
</style>
background-color css
<style>
a { background-color: #DCD640; }
a { background-color: rgb(220,214,64); }
div.DivClassName
{
background-color: #DCD640;
}
.BgClassName
{
background-color: #DCD640;
}
</style>
border-color css
<style>
span { border-color: #DCD640; }
span { border-color: rgb(220,214,64); }
td.TdClassName
{
border-color: #DCD640;
}
.TagClassName
{
border-color: #DCD640;
}
</style>