Shades of Starship #DCD844
Tints of Starship #DCD844
RGB
CMYK
RGB Variations
Color information
#DCD844 (or 0xDCD844) is known color: Starship. HEX triplet: DC, D8 and 44. RGB value is (220,216,68). Sum of RGB (Red+Green+Blue) = 220+216+68=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD844 is #2327BB. Grayscale: #C8C8C8. Windows color (decimal): -2303932 or 4511964. OLE color: 4511964.
HSL color Cylindrical-coordinate representation of color #DCD844: hue angle of 58.42º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DCD844 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 68 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.14 |
| HSL | 58.42º | 0.68% | 0.56% | - |
| HSV(B) | 58.42º | 0.69% | 0.86% | - |
| XYZ | 55.11 | 64.74 | 15.06 | - |
| YUV | 200.32 | 53.33 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 68 | 0 | 0.02 | 0.69 | 0.14 | 58.42 | 0.68 | 0.56 |
| Hex | DC | D8 | 44 | 0 | 2 | 45 | E | 3A | 44 | 38 |
| Octal | 334 | 330 | 104 | 0 | 2 | 105 | 16 | 72 | 104 | 70 |
| Binary | 11011100 | 11011000 | 1000100 | 0 | 10 | 1000101 | 1110 | 111010 | 1000100 | 111000 |
Color Harmonies of #DCD844
Complementary color
Monochromatic Colors of #DCD844
Black with #DCD844
Text Example
Text Example
White with #DCD844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD844; }
p { color: rgb(220,216,68); }
H1.HeaderClassName
{
color: #DCD844;
}
.AnyTagClassName
{
color: #DCD844;
}
</style>
background-color css
<style>
a { background-color: #DCD844; }
a { background-color: rgb(220,216,68); }
div.DivClassName
{
background-color: #DCD844;
}
.BgClassName
{
background-color: #DCD844;
}
</style>
border-color css
<style>
span { border-color: #DCD844; }
span { border-color: rgb(220,216,68); }
td.TdClassName
{
border-color: #DCD844;
}
.TagClassName
{
border-color: #DCD844;
}
</style>