Shades of Starship #DCD735
Tints of Starship #DCD735
RGB
CMYK
RGB Variations
Color information
#DCD735 (or 0xDCD735) is known color: Starship. HEX triplet: DC, D7 and 35. RGB value is (220,215,53). Sum of RGB (Red+Green+Blue) = 220+215+53=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD735 is #2328CA. Grayscale: #C6C6C6. Windows color (decimal): -2304203 or 3528668. OLE color: 3528668.
HSL color Cylindrical-coordinate representation of color #DCD735: hue angle of 58.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCD735 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 53 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.14 |
| HSL | 58.2º | 0.7% | 0.54% | - |
| HSV(B) | 58.2º | 0.76% | 0.86% | - |
| XYZ | 54.46 | 64.07 | 12.87 | - |
| YUV | 198.03 | 46.16 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 53 | 0 | 0.02 | 0.76 | 0.14 | 58.2 | 0.7 | 0.54 |
| Hex | DC | D7 | 35 | 0 | 2 | 4C | E | 3A | 46 | 36 |
| Octal | 334 | 327 | 65 | 0 | 2 | 114 | 16 | 72 | 106 | 66 |
| Binary | 11011100 | 11010111 | 110101 | 0 | 10 | 1001100 | 1110 | 111010 | 1000110 | 110110 |
Color Harmonies of #DCD735
Complementary color
Monochromatic Colors of #DCD735
Black with #DCD735
Text Example
Text Example
White with #DCD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD735; }
p { color: rgb(220,215,53); }
H1.HeaderClassName
{
color: #DCD735;
}
.AnyTagClassName
{
color: #DCD735;
}
</style>
background-color css
<style>
a { background-color: #DCD735; }
a { background-color: rgb(220,215,53); }
div.DivClassName
{
background-color: #DCD735;
}
.BgClassName
{
background-color: #DCD735;
}
</style>
border-color css
<style>
span { border-color: #DCD735; }
span { border-color: rgb(220,215,53); }
td.TdClassName
{
border-color: #DCD735;
}
.TagClassName
{
border-color: #DCD735;
}
</style>