Shades of Starship #DCD73F
Tints of Starship #DCD73F
RGB
CMYK
RGB Variations
Color information
#DCD73F (or 0xDCD73F) is known color: Starship. HEX triplet: DC, D7 and 3F. RGB value is (220,215,63). Sum of RGB (Red+Green+Blue) = 220+215+63=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 63 (25% from 255 or 12.65% from 498); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD73F is #2328C0. Grayscale: #C7C7C7. Windows color (decimal): -2304193 or 4184028. OLE color: 4184028.
HSL color Cylindrical-coordinate representation of color #DCD73F: hue angle of 58.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCD73F is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 63 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.14 |
| HSL | 58.09º | 0.69% | 0.55% | - |
| HSV(B) | 58.09º | 0.71% | 0.86% | - |
| XYZ | 54.71 | 64.18 | 14.21 | - |
| YUV | 199.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 63 | 0 | 0.02 | 0.71 | 0.14 | 58.09 | 0.69 | 0.55 |
| Hex | DC | D7 | 3F | 0 | 2 | 47 | E | 3A | 45 | 37 |
| Octal | 334 | 327 | 77 | 0 | 2 | 107 | 16 | 72 | 105 | 67 |
| Binary | 11011100 | 11010111 | 111111 | 0 | 10 | 1000111 | 1110 | 111010 | 1000101 | 110111 |
Color Harmonies of #DCD73F
Complementary color
Monochromatic Colors of #DCD73F
Black with #DCD73F
Text Example
Text Example
White with #DCD73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD73F; }
p { color: rgb(220,215,63); }
H1.HeaderClassName
{
color: #DCD73F;
}
.AnyTagClassName
{
color: #DCD73F;
}
</style>
background-color css
<style>
a { background-color: #DCD73F; }
a { background-color: rgb(220,215,63); }
div.DivClassName
{
background-color: #DCD73F;
}
.BgClassName
{
background-color: #DCD73F;
}
</style>
border-color css
<style>
span { border-color: #DCD73F; }
span { border-color: rgb(220,215,63); }
td.TdClassName
{
border-color: #DCD73F;
}
.TagClassName
{
border-color: #DCD73F;
}
</style>