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