Shades of Starship #DCD947
Tints of Starship #DCD947
RGB
CMYK
RGB Variations
Color information
#DCD947 (or 0xDCD947) is known color: Starship. HEX triplet: DC, D9 and 47. RGB value is (220,217,71). Sum of RGB (Red+Green+Blue) = 220+217+71=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD947 is #2326B8. Grayscale: #C9C9C9. Windows color (decimal): -2303673 or 4708828. OLE color: 4708828.
HSL color Cylindrical-coordinate representation of color #DCD947: hue angle of 58.79º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCD947 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 71 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.14 |
| HSL | 58.79º | 0.68% | 0.57% | - |
| HSV(B) | 58.79º | 0.68% | 0.86% | - |
| XYZ | 55.47 | 65.3 | 15.64 | - |
| YUV | 201.25 | 54.49 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 71 | 0 | 0.01 | 0.68 | 0.14 | 58.79 | 0.68 | 0.57 |
| Hex | DC | D9 | 47 | 0 | 1 | 44 | E | 3B | 44 | 39 |
| Octal | 334 | 331 | 107 | 0 | 1 | 104 | 16 | 73 | 104 | 71 |
| Binary | 11011100 | 11011001 | 1000111 | 0 | 1 | 1000100 | 1110 | 111011 | 1000100 | 111001 |
Color Harmonies of #DCD947
Complementary color
Monochromatic Colors of #DCD947
Black with #DCD947
Text Example
Text Example
White with #DCD947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD947; }
p { color: rgb(220,217,71); }
H1.HeaderClassName
{
color: #DCD947;
}
.AnyTagClassName
{
color: #DCD947;
}
</style>
background-color css
<style>
a { background-color: #DCD947; }
a { background-color: rgb(220,217,71); }
div.DivClassName
{
background-color: #DCD947;
}
.BgClassName
{
background-color: #DCD947;
}
</style>
border-color css
<style>
span { border-color: #DCD947; }
span { border-color: rgb(220,217,71); }
td.TdClassName
{
border-color: #DCD947;
}
.TagClassName
{
border-color: #DCD947;
}
</style>