Shades of Starship #DCDC36
Tints of Starship #DCDC36
RGB
CMYK
RGB Variations
Color information
#DCDC36 (or 0xDCDC36) is known color: Starship. HEX triplet: DC, DC and 36. RGB value is (220,220,54). Sum of RGB (Red+Green+Blue) = 220+220+54=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDC36 is #2323C9. Grayscale: #C9C9C9. Windows color (decimal): -2302922 or 3595484. OLE color: 3595484.
HSL color Cylindrical-coordinate representation of color #DCDC36: hue angle of 60º 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 #DCDC36 is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 220 | 54 | - |
| CMYK | 0 | 0 | 0.75 | 0.14 |
| HSL | 60º | 0.7% | 0.54% | - |
| HSV(B) | 60º | 0.75% | 0.86% | - |
| XYZ | 55.77 | 66.67 | 13.42 | - |
| YUV | 201.08 | 45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 220 | 54 | 0 | 0 | 0.75 | 0.14 | 60 | 0.7 | 0.54 |
| Hex | DC | DC | 36 | 0 | 0 | 4B | E | 3C | 46 | 36 |
| Octal | 334 | 334 | 66 | 0 | 0 | 113 | 16 | 74 | 106 | 66 |
| Binary | 11011100 | 11011100 | 110110 | 0 | 0 | 1001011 | 1110 | 111100 | 1000110 | 110110 |
Color Harmonies of #DCDC36
Complementary color
Monochromatic Colors of #DCDC36
Black with #DCDC36
Text Example
Text Example
White with #DCDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDC36; }
p { color: rgb(220,220,54); }
H1.HeaderClassName
{
color: #DCDC36;
}
.AnyTagClassName
{
color: #DCDC36;
}
</style>
background-color css
<style>
a { background-color: #DCDC36; }
a { background-color: rgb(220,220,54); }
div.DivClassName
{
background-color: #DCDC36;
}
.BgClassName
{
background-color: #DCDC36;
}
</style>
border-color css
<style>
span { border-color: #DCDC36; }
span { border-color: rgb(220,220,54); }
td.TdClassName
{
border-color: #DCDC36;
}
.TagClassName
{
border-color: #DCDC36;
}
</style>