Shades of Starship #DCD942
Tints of Starship #DCD942
RGB
CMYK
RGB Variations
Color information
#DCD942 (or 0xDCD942) is known color: Starship. HEX triplet: DC, D9 and 42. RGB value is (220,217,66). Sum of RGB (Red+Green+Blue) = 220+217+66=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 217 (85.16% from 255 or 43.14% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD942 is #2326BD. Grayscale: #C9C9C9. Windows color (decimal): -2303678 or 4381148. OLE color: 4381148.
HSL color Cylindrical-coordinate representation of color #DCD942: hue angle of 58.83º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCD942 is Cyan = 0, Magento = 0.01, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 66 | - |
| CMYK | 0 | 0.01 | 0.7 | 0.14 |
| HSL | 58.83º | 0.69% | 0.56% | - |
| HSV(B) | 58.83º | 0.7% | 0.86% | - |
| XYZ | 55.31 | 65.23 | 14.83 | - |
| YUV | 200.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 66 | 0 | 0.01 | 0.7 | 0.14 | 58.83 | 0.69 | 0.56 |
| Hex | DC | D9 | 42 | 0 | 1 | 46 | E | 3B | 45 | 38 |
| Octal | 334 | 331 | 102 | 0 | 1 | 106 | 16 | 73 | 105 | 70 |
| Binary | 11011100 | 11011001 | 1000010 | 0 | 1 | 1000110 | 1110 | 111011 | 1000101 | 111000 |
Color Harmonies of #DCD942
Complementary color
Monochromatic Colors of #DCD942
Black with #DCD942
Text Example
Text Example
White with #DCD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD942; }
p { color: rgb(220,217,66); }
H1.HeaderClassName
{
color: #DCD942;
}
.AnyTagClassName
{
color: #DCD942;
}
</style>
background-color css
<style>
a { background-color: #DCD942; }
a { background-color: rgb(220,217,66); }
div.DivClassName
{
background-color: #DCD942;
}
.BgClassName
{
background-color: #DCD942;
}
</style>
border-color css
<style>
span { border-color: #DCD942; }
span { border-color: rgb(220,217,66); }
td.TdClassName
{
border-color: #DCD942;
}
.TagClassName
{
border-color: #DCD942;
}
</style>