Shades of Starship #DCD535
Tints of Starship #DCD535
RGB
CMYK
RGB Variations
Color information
#DCD535 (or 0xDCD535) is known color: Starship. HEX triplet: DC, D5 and 35. RGB value is (220,213,53). Sum of RGB (Red+Green+Blue) = 220+213+53=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 53 (21.09% from 255 or 10.91% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD535 is #232ACA. Grayscale: #C5C5C5. Windows color (decimal): -2304715 or 3528156. OLE color: 3528156.
HSL color Cylindrical-coordinate representation of color #DCD535: hue angle of 57.49º 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 #DCD535 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 53 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.14 |
| HSL | 57.49º | 0.7% | 0.54% | - |
| HSV(B) | 57.49º | 0.76% | 0.86% | - |
| XYZ | 53.95 | 63.06 | 12.7 | - |
| YUV | 196.85 | 46.82 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 53 | 0 | 0.03 | 0.76 | 0.14 | 57.49 | 0.7 | 0.54 |
| Hex | DC | D5 | 35 | 0 | 3 | 4C | E | 39 | 46 | 36 |
| Octal | 334 | 325 | 65 | 0 | 3 | 114 | 16 | 71 | 106 | 66 |
| Binary | 11011100 | 11010101 | 110101 | 0 | 11 | 1001100 | 1110 | 111001 | 1000110 | 110110 |
Color Harmonies of #DCD535
Complementary color
Monochromatic Colors of #DCD535
Black with #DCD535
Text Example
Text Example
White with #DCD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD535; }
p { color: rgb(220,213,53); }
H1.HeaderClassName
{
color: #DCD535;
}
.AnyTagClassName
{
color: #DCD535;
}
</style>
background-color css
<style>
a { background-color: #DCD535; }
a { background-color: rgb(220,213,53); }
div.DivClassName
{
background-color: #DCD535;
}
.BgClassName
{
background-color: #DCD535;
}
</style>
border-color css
<style>
span { border-color: #DCD535; }
span { border-color: rgb(220,213,53); }
td.TdClassName
{
border-color: #DCD535;
}
.TagClassName
{
border-color: #DCD535;
}
</style>