Shades of Starship #DCD737
Tints of Starship #DCD737
RGB
CMYK
RGB Variations
Color information
#DCD737 (or 0xDCD737) is known color: Starship. HEX triplet: DC, D7 and 37. RGB value is (220,215,55). Sum of RGB (Red+Green+Blue) = 220+215+55=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 55 (21.88% from 255 or 11.22% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD737 is #2328C8. Grayscale: #C6C6C6. Windows color (decimal): -2304201 or 3659740. OLE color: 3659740.
HSL color Cylindrical-coordinate representation of color #DCD737: hue angle of 58.18º 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 #DCD737 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 55 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.14 |
| HSL | 58.18º | 0.7% | 0.54% | - |
| HSV(B) | 58.18º | 0.75% | 0.86% | - |
| XYZ | 54.51 | 64.09 | 13.11 | - |
| YUV | 198.26 | 47.16 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 55 | 0 | 0.02 | 0.75 | 0.14 | 58.18 | 0.7 | 0.54 |
| Hex | DC | D7 | 37 | 0 | 2 | 4B | E | 3A | 46 | 36 |
| Octal | 334 | 327 | 67 | 0 | 2 | 113 | 16 | 72 | 106 | 66 |
| Binary | 11011100 | 11010111 | 110111 | 0 | 10 | 1001011 | 1110 | 111010 | 1000110 | 110110 |
Color Harmonies of #DCD737
Complementary color
Monochromatic Colors of #DCD737
Black with #DCD737
Text Example
Text Example
White with #DCD737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD737; }
p { color: rgb(220,215,55); }
H1.HeaderClassName
{
color: #DCD737;
}
.AnyTagClassName
{
color: #DCD737;
}
</style>
background-color css
<style>
a { background-color: #DCD737; }
a { background-color: rgb(220,215,55); }
div.DivClassName
{
background-color: #DCD737;
}
.BgClassName
{
background-color: #DCD737;
}
</style>
border-color css
<style>
span { border-color: #DCD737; }
span { border-color: rgb(220,215,55); }
td.TdClassName
{
border-color: #DCD737;
}
.TagClassName
{
border-color: #DCD737;
}
</style>