Shades of Starship #DCD537
Tints of Starship #DCD537
RGB
CMYK
RGB Variations
Color information
#DCD537 (or 0xDCD537) is known color: Starship. HEX triplet: DC, D5 and 37. RGB value is (220,213,55). Sum of RGB (Red+Green+Blue) = 220+213+55=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 55 (21.88% from 255 or 11.27% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD537 is #232AC8. Grayscale: #C5C5C5. Windows color (decimal): -2304713 or 3659228. OLE color: 3659228.
HSL color Cylindrical-coordinate representation of color #DCD537: hue angle of 57.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCD537 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 55 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.14 |
| HSL | 57.45º | 0.7% | 0.54% | - |
| HSV(B) | 57.45º | 0.75% | 0.86% | - |
| XYZ | 54 | 63.08 | 12.94 | - |
| YUV | 197.08 | 47.82 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 55 | 0 | 0.03 | 0.75 | 0.14 | 57.45 | 0.7 | 0.54 |
| Hex | DC | D5 | 37 | 0 | 3 | 4B | E | 39 | 46 | 36 |
| Octal | 334 | 325 | 67 | 0 | 3 | 113 | 16 | 71 | 106 | 66 |
| Binary | 11011100 | 11010101 | 110111 | 0 | 11 | 1001011 | 1110 | 111001 | 1000110 | 110110 |
Color Harmonies of #DCD537
Complementary color
Monochromatic Colors of #DCD537
Black with #DCD537
Text Example
Text Example
White with #DCD537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD537; }
p { color: rgb(220,213,55); }
H1.HeaderClassName
{
color: #DCD537;
}
.AnyTagClassName
{
color: #DCD537;
}
</style>
background-color css
<style>
a { background-color: #DCD537; }
a { background-color: rgb(220,213,55); }
div.DivClassName
{
background-color: #DCD537;
}
.BgClassName
{
background-color: #DCD537;
}
</style>
border-color css
<style>
span { border-color: #DCD537; }
span { border-color: rgb(220,213,55); }
td.TdClassName
{
border-color: #DCD537;
}
.TagClassName
{
border-color: #DCD537;
}
</style>