Shades of Starship #DCD843
Tints of Starship #DCD843
RGB
CMYK
RGB Variations
Color information
#DCD843 (or 0xDCD843) is known color: Starship. HEX triplet: DC, D8 and 43. RGB value is (220,216,67). Sum of RGB (Red+Green+Blue) = 220+216+67=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 216 (84.77% from 255 or 42.94% from 503); Blue value is 67 (26.56% from 255 or 13.32% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD843 is #2327BC. Grayscale: #C8C8C8. Windows color (decimal): -2303933 or 4446428. OLE color: 4446428.
HSL color Cylindrical-coordinate representation of color #DCD843: hue angle of 58.43º 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 #DCD843 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 67 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.14 |
| HSL | 58.43º | 0.69% | 0.56% | - |
| HSV(B) | 58.43º | 0.7% | 0.86% | - |
| XYZ | 55.08 | 64.73 | 14.9 | - |
| YUV | 200.21 | 52.83 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 67 | 0 | 0.02 | 0.70 | 0.14 | 58.43 | 0.69 | 0.56 |
| Hex | DC | D8 | 43 | 0 | 2 | 46 | E | 3A | 45 | 38 |
| Octal | 334 | 330 | 103 | 0 | 2 | 106 | 16 | 72 | 105 | 70 |
| Binary | 11011100 | 11011000 | 1000011 | 0 | 10 | 1000110 | 1110 | 111010 | 1000101 | 111000 |
Color Harmonies of #DCD843
Complementary color
Monochromatic Colors of #DCD843
Black with #DCD843
Text Example
Text Example
White with #DCD843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD843; }
p { color: rgb(220,216,67); }
H1.HeaderClassName
{
color: #DCD843;
}
.AnyTagClassName
{
color: #DCD843;
}
</style>
background-color css
<style>
a { background-color: #DCD843; }
a { background-color: rgb(220,216,67); }
div.DivClassName
{
background-color: #DCD843;
}
.BgClassName
{
background-color: #DCD843;
}
</style>
border-color css
<style>
span { border-color: #DCD843; }
span { border-color: rgb(220,216,67); }
td.TdClassName
{
border-color: #DCD843;
}
.TagClassName
{
border-color: #DCD843;
}
</style>