Shades of Starship #DCD435
Tints of Starship #DCD435
RGB
CMYK
RGB Variations
Color information
#DCD435 (or 0xDCD435) is known color: Starship. HEX triplet: DC, D4 and 35. RGB value is (220,212,53). Sum of RGB (Red+Green+Blue) = 220+212+53=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 53 (21.09% from 255 or 10.93% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD435 is #232BCA. Grayscale: #C4C4C4. Windows color (decimal): -2304971 or 3527900. OLE color: 3527900.
HSL color Cylindrical-coordinate representation of color #DCD435: hue angle of 57.13º 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 #DCD435 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 53 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.14 |
| HSL | 57.13º | 0.7% | 0.54% | - |
| HSV(B) | 57.13º | 0.76% | 0.86% | - |
| XYZ | 53.7 | 62.56 | 12.61 | - |
| YUV | 196.27 | 47.15 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 53 | 0 | 0.04 | 0.76 | 0.14 | 57.13 | 0.7 | 0.54 |
| Hex | DC | D4 | 35 | 0 | 4 | 4C | E | 39 | 46 | 36 |
| Octal | 334 | 324 | 65 | 0 | 4 | 114 | 16 | 71 | 106 | 66 |
| Binary | 11011100 | 11010100 | 110101 | 0 | 100 | 1001100 | 1110 | 111001 | 1000110 | 110110 |
Color Harmonies of #DCD435
Complementary color
Monochromatic Colors of #DCD435
Black with #DCD435
Text Example
Text Example
White with #DCD435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD435; }
p { color: rgb(220,212,53); }
H1.HeaderClassName
{
color: #DCD435;
}
.AnyTagClassName
{
color: #DCD435;
}
</style>
background-color css
<style>
a { background-color: #DCD435; }
a { background-color: rgb(220,212,53); }
div.DivClassName
{
background-color: #DCD435;
}
.BgClassName
{
background-color: #DCD435;
}
</style>
border-color css
<style>
span { border-color: #DCD435; }
span { border-color: rgb(220,212,53); }
td.TdClassName
{
border-color: #DCD435;
}
.TagClassName
{
border-color: #DCD435;
}
</style>