Shades of Starship #DCD73D
Tints of Starship #DCD73D
RGB
CMYK
RGB Variations
Color information
#DCD73D (or 0xDCD73D) is known color: Starship. HEX triplet: DC, D7 and 3D. RGB value is (220,215,61). Sum of RGB (Red+Green+Blue) = 220+215+61=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD73D is #2328C2. Grayscale: #C7C7C7. Windows color (decimal): -2304195 or 4052956. OLE color: 4052956.
HSL color Cylindrical-coordinate representation of color #DCD73D: hue angle of 58.11º 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 #DCD73D is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 61 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.14 |
| HSL | 58.11º | 0.69% | 0.55% | - |
| HSV(B) | 58.11º | 0.72% | 0.86% | - |
| XYZ | 54.66 | 64.15 | 13.92 | - |
| YUV | 198.94 | 50.16 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 61 | 0 | 0.02 | 0.72 | 0.14 | 58.11 | 0.69 | 0.55 |
| Hex | DC | D7 | 3D | 0 | 2 | 48 | E | 3A | 45 | 37 |
| Octal | 334 | 327 | 75 | 0 | 2 | 110 | 16 | 72 | 105 | 67 |
| Binary | 11011100 | 11010111 | 111101 | 0 | 10 | 1001000 | 1110 | 111010 | 1000101 | 110111 |
Color Harmonies of #DCD73D
Complementary color
Monochromatic Colors of #DCD73D
Black with #DCD73D
Text Example
Text Example
White with #DCD73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD73D; }
p { color: rgb(220,215,61); }
H1.HeaderClassName
{
color: #DCD73D;
}
.AnyTagClassName
{
color: #DCD73D;
}
</style>
background-color css
<style>
a { background-color: #DCD73D; }
a { background-color: rgb(220,215,61); }
div.DivClassName
{
background-color: #DCD73D;
}
.BgClassName
{
background-color: #DCD73D;
}
</style>
border-color css
<style>
span { border-color: #DCD73D; }
span { border-color: rgb(220,215,61); }
td.TdClassName
{
border-color: #DCD73D;
}
.TagClassName
{
border-color: #DCD73D;
}
</style>